mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 11:44:38 +02:00
Add missing define
This commit is contained in:
@@ -306,7 +306,8 @@
|
|||||||
|
|
||||||
/* When adding new ciphersuites, make sure that they have appropriate
|
/* When adding new ciphersuites, make sure that they have appropriate
|
||||||
* guards for WOLFSSL_HARDEN_TLS. */
|
* 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. */
|
/* Use a separate define (undef'ed later) to simplify macro logic. */
|
||||||
#define WSSL_HARDEN_TLS WOLFSSL_HARDEN_TLS
|
#define WSSL_HARDEN_TLS WOLFSSL_HARDEN_TLS
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user