We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 15af87a + 568ec43 commit 2d5e840Copy full SHA for 2d5e840
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -3586,6 +3586,11 @@ extern void uITRON4_free(void *p) ;
3586
#endif
3587
3588
3589
+#if (defined(OPENSSL_EXTRA) || defined(OPENSSL_ALL)) && \
3590
+ defined(OPENSSL_COEXIST)
3591
+ #error "OPENSSL_EXTRA can not be defined with OPENSSL_COEXIST"
3592
+#endif
3593
+
3594
/* if configure.ac turned on this feature, HAVE_ENTROPY_MEMUSE will be set,
3595
* also define HAVE_WOLFENTROPY */
3596
#ifdef HAVE_ENTROPY_MEMUSE
0 commit comments