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