wolfssl/wolfcrypt/settings.h: add #if defined(WOLFSSL_QUIC) && defined(WOLFSSL_CALLBACKS) #error ("ERROR - tests/quic.c line 1027 failed").

This commit is contained in:
Daniel Pouzzner
2023-12-12 14:26:25 -06:00
parent 1aed438a21
commit 1cc45b57d7

View File

@@ -3147,6 +3147,10 @@ extern void uITRON4_free(void *p) ;
#error "ConnectionID is supported for DTLSv1.3 only"
#endif
#if defined(WOLFSSL_QUIC) && defined(WOLFSSL_CALLBACKS)
#error WOLFSSL_QUIC is incompatible with WOLFSSL_CALLBACKS.
#endif
/* RSA Key Checking is disabled by default unless WOLFSSL_RSA_KEY_CHECK is
* defined or FIPS v2 3389, FIPS v5 or later.
* Not allowed for: