mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Add missing define
This commit is contained in:
@ -306,7 +306,8 @@
|
||||
|
||||
/* When adding new ciphersuites, make sure that they have appropriate
|
||||
* guards for WOLFSSL_HARDEN_TLS. */
|
||||
#ifndef WOLFSSL_HARDEN_TLS_ALLOW_ALL_CIPHERSUITES
|
||||
#if defined(WOLFSSL_HARDEN_TLS) && \
|
||||
!defined(WOLFSSL_HARDEN_TLS_ALLOW_ALL_CIPHERSUITES)
|
||||
/* Use a separate define (undef'ed later) to simplify macro logic. */
|
||||
#define WSSL_HARDEN_TLS WOLFSSL_HARDEN_TLS
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user