forked from wolfSSL/wolfssl
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
|
#define WOLF_CRYPTO_CB
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(WOLFSSL_TLS13) && defined(WOLFSSL_NO_SIGALG)
|
||||||
|
#error TLS 1.3 requires the Signature Algorithms extension to be enabled
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
} /* extern "C" */
|
} /* extern "C" */
|
||||||
|
Reference in New Issue
Block a user