We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 603b5d1 + 543a746 commit caaa9feCopy full SHA for caaa9fe
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -3591,6 +3591,10 @@ extern void uITRON4_free(void *p) ;
3591
#error "OPENSSL_EXTRA can not be defined with OPENSSL_COEXIST"
3592
#endif
3593
3594
+#if !defined(NO_DSA) && defined(NO_SHA)
3595
+ #error "Please disable DSA if disabling SHA-1"
3596
+#endif
3597
+
3598
/* if configure.ac turned on this feature, HAVE_ENTROPY_MEMUSE will be set,
3599
* also define HAVE_WOLFENTROPY */
3600
#ifdef HAVE_ENTROPY_MEMUSE
0 commit comments