Remove some unnecessary guarding. Preventing build on STM32.

This commit is contained in:
Anthony Hu
2022-11-24 11:49:12 -05:00
parent d0fb9a0b30
commit 5e191b7218

View File

@ -49,7 +49,6 @@
#include <wolfssl/wolfcrypt/curve448.h>
#endif
#ifdef HAVE_PQC
#ifdef WOLFSSL_HAVE_KYBER
#include <wolfssl/wolfcrypt/kyber.h>
#ifdef WOLFSSL_WC_KYBER
#include <wolfssl/wolfcrypt/wc_kyber.h>
@ -65,7 +64,6 @@
#include <wolfssl/wolfcrypt/ext_kyber.h>
#endif
#endif
#endif
#if defined(WOLFSSL_RENESAS_TSIP_TLS)
#include <wolfssl/wolfcrypt/port/Renesas/renesas-tsip-crypt.h>