We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 928dd70 + a24f99f commit 5339fe0Copy full SHA for 5339fe0
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -2978,7 +2978,9 @@ extern void uITRON4_free(void *p) ;
2978
#define HAVE_PQC
2979
#define HAVE_FALCON
2980
#define HAVE_DILITHIUM
2981
-#define HAVE_SPHINCS
+#ifndef WOLFSSL_NO_SPHINCS
2982
+ #define HAVE_SPHINCS
2983
+#endif
2984
#ifndef WOLFSSL_HAVE_KYBER
2985
#define WOLFSSL_HAVE_KYBER
2986
#define WOLFSSL_KYBER512
0 commit comments