Skip to content

Commit a24f99f

Browse files
committed
Allow easily disabling of SPHINCS+.
1 parent 24f60cc commit a24f99f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

wolfssl/wolfcrypt/settings.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2978,7 +2978,9 @@ extern void uITRON4_free(void *p) ;
29782978
#define HAVE_PQC
29792979
#define HAVE_FALCON
29802980
#define HAVE_DILITHIUM
2981-
#define HAVE_SPHINCS
2981+
#ifndef WOLFSSL_NO_SPHINCS
2982+
#define HAVE_SPHINCS
2983+
#endif
29822984
#ifndef WOLFSSL_HAVE_KYBER
29832985
#define WOLFSSL_HAVE_KYBER
29842986
#define WOLFSSL_KYBER512

0 commit comments

Comments
 (0)