forked from wolfSSL/wolfssl
Remove some unnecessary guarding. Preventing build on STM32.
This commit is contained in:
@ -49,7 +49,6 @@
|
|||||||
#include <wolfssl/wolfcrypt/curve448.h>
|
#include <wolfssl/wolfcrypt/curve448.h>
|
||||||
#endif
|
#endif
|
||||||
#ifdef HAVE_PQC
|
#ifdef HAVE_PQC
|
||||||
#ifdef WOLFSSL_HAVE_KYBER
|
|
||||||
#include <wolfssl/wolfcrypt/kyber.h>
|
#include <wolfssl/wolfcrypt/kyber.h>
|
||||||
#ifdef WOLFSSL_WC_KYBER
|
#ifdef WOLFSSL_WC_KYBER
|
||||||
#include <wolfssl/wolfcrypt/wc_kyber.h>
|
#include <wolfssl/wolfcrypt/wc_kyber.h>
|
||||||
@ -65,7 +64,6 @@
|
|||||||
#include <wolfssl/wolfcrypt/ext_kyber.h>
|
#include <wolfssl/wolfcrypt/ext_kyber.h>
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(WOLFSSL_RENESAS_TSIP_TLS)
|
#if defined(WOLFSSL_RENESAS_TSIP_TLS)
|
||||||
#include <wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h>
|
#include <wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h>
|
||||||
|
Reference in New Issue
Block a user