Browse Source

Remove some unnecessary guarding. Preventing build on STM32.

Anthony Hu 1 year ago
parent
commit
5e191b7218
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/tls.c

+ 0 - 2
src/tls.c

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