We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9242f61 + 85326da commit c7f852fCopy full SHA for c7f852f
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -3257,6 +3257,13 @@ extern void uITRON4_free(void *p) ;
3257
#define HAVE_ONE_TIME_AUTH
3258
#endif
3259
3260
+/* This is checked for in configure.ac, so might want to do it in here as well.
3261
+ */
3262
+#if defined(HAVE_SECURE_RENEGOTIATION) && defined(HAVE_RENEGOTIATION_INDICATION)
3263
+ #error HAVE_RENEGOTIATION_INDICATION cannot be defined together with \
3264
+ HAVE_SECURE_RENEGOTIATION
3265
+#endif
3266
+
3267
/* Check for insecure build combination:
3268
* secure renegotiation [enabled]
3269
* extended master secret [disabled]
0 commit comments