Skip to content

Commit 1cc45b5

Browse files
committed
wolfssl/wolfcrypt/settings.h: add #if defined(WOLFSSL_QUIC) && defined(WOLFSSL_CALLBACKS) #error ("ERROR - tests/quic.c line 1027 failed").
1 parent 1aed438 commit 1cc45b5

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

wolfssl/wolfcrypt/settings.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3147,6 +3147,10 @@ extern void uITRON4_free(void *p) ;
31473147
#error "ConnectionID is supported for DTLSv1.3 only"
31483148
#endif
31493149

3150+
#if defined(WOLFSSL_QUIC) && defined(WOLFSSL_CALLBACKS)
3151+
#error WOLFSSL_QUIC is incompatible with WOLFSSL_CALLBACKS.
3152+
#endif
3153+
31503154
/* RSA Key Checking is disabled by default unless WOLFSSL_RSA_KEY_CHECK is
31513155
* defined or FIPS v2 3389, FIPS v5 or later.
31523156
* Not allowed for:

0 commit comments

Comments
 (0)