We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d455196 + 1cc45b5 commit cbd5341Copy full SHA for cbd5341
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -3151,6 +3151,10 @@ extern void uITRON4_free(void *p) ;
3151
#error "ConnectionID is supported for DTLSv1.3 only"
3152
#endif
3153
3154
+#if defined(WOLFSSL_QUIC) && defined(WOLFSSL_CALLBACKS)
3155
+ #error WOLFSSL_QUIC is incompatible with WOLFSSL_CALLBACKS.
3156
+#endif
3157
+
3158
/* RSA Key Checking is disabled by default unless WOLFSSL_RSA_KEY_CHECK is
3159
* defined or FIPS v2 3389, FIPS v5 or later.
3160
* Not allowed for:
0 commit comments