mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
protect compiling while enabling both WOLFSSL_TLS13 and WOLFSSL_NO_SIGALG
This commit is contained in:
@ -1989,6 +1989,9 @@ extern void uITRON4_free(void *p) ;
|
||||
#define WOLF_CRYPTO_CB
|
||||
#endif
|
||||
|
||||
#if defined(WOLFSSL_TLS13) && defined(WOLFSSL_NO_SIGALG)
|
||||
#error TLS 1.3 requires the Signature Algorithms extension to be enabled
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
|
Reference in New Issue
Block a user