mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
Revert "compatibility for EVP_CipherUpdate with AES-GCM"
This reverts commit b7a28cc704
.
WOLFSSL_AESGCM_STREAM needs to be conditional as arranged by configure.ac.
This commit is contained in:
@@ -3086,12 +3086,6 @@ extern void uITRON4_free(void *p) ;
|
||||
#define OPENSSL_EXTRA_X509_SMALL
|
||||
#endif /* OPENSSL_EXTRA */
|
||||
|
||||
/* compatibility for EVP_CipherUpdate with AES-GCM */
|
||||
#if defined(OPENSSL_EXTRA) || defined(OPENSSL_ALL)
|
||||
#undef WOLFSSL_AESGCM_STREAM
|
||||
#define WOLFSSL_AESGCM_STREAM
|
||||
#endif
|
||||
|
||||
/* support for converting DER to PEM */
|
||||
#if (defined(WOLFSSL_KEY_GEN) && !defined(WOLFSSL_NO_DER_TO_PEM)) || \
|
||||
defined(WOLFSSL_CERT_GEN) || defined(OPENSSL_EXTRA)
|
||||
|
Reference in New Issue
Block a user