protect compiling while enabling both WOLFSSL_TLS13 and WOLFSSL_NO_SIGALG

This commit is contained in:
Hideki Miyazaki
2019-03-30 10:36:49 +09:00
parent 6c0989ba4d
commit 817eaa6da4

View File

@ -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" */