We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e0f0d6 commit b7a28ccCopy full SHA for b7a28cc
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -2539,6 +2539,12 @@ extern void uITRON4_free(void *p) ;
2539
#define OPENSSL_EXTRA_X509_SMALL
2540
#endif /* OPENSSL_EXTRA */
2541
2542
+/* compatibility for EVP_CipherUpdate with AES-GCM */
2543
+#if defined(OPENSSL_EXTRA) || defined(OPENSSL_ALL)
2544
+ #undef WOLFSSL_AESGCM_STREAM
2545
+ #define WOLFSSL_AESGCM_STREAM
2546
+#endif
2547
+
2548
/* support for converting DER to PEM */
2549
#if (defined(WOLFSSL_KEY_GEN) && !defined(WOLFSSL_NO_DER_TO_PEM)) || \
2550
defined(WOLFSSL_CERT_GEN) || defined(OPENSSL_EXTRA)
0 commit comments