Merge pull request #5818 from anhu/remove_WOLFSSL_HAVE_KYBER

Remove some unnecessary guarding. Preventing build on STM32.
This commit is contained in:
Sean Parkinson
2022-11-25 08:00:31 +10:00
committed by GitHub

View File

@@ -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>