We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e2a7b3 + c88f1c4 commit 75c6633Copy full SHA for 75c6633
1 file changed
wolfssl/wolfcrypt/settings.h
@@ -2035,8 +2035,12 @@ extern void uITRON4_free(void *p) ;
2035
#define WOLFSSL_NOSHA3_224
2036
#define WOLFSSL_NOSHA3_256
2037
#define WOLFSSL_NOSHA3_512
2038
- #define WOLFSSL_NO_SHAKE128
2039
- #define WOLFSSL_NO_SHAKE256
+ #ifndef WOLFSSL_NO_SHAKE128
+ #define WOLFSSL_NO_SHAKE128
2040
+ #endif
2041
+ #ifndef WOLFSSL_NO_SHAKE256
2042
+ #define WOLFSSL_NO_SHAKE256
2043
2044
#endif
2045
#ifdef WOLFSSL_AFALG_XILINX_AES
2046
#undef WOLFSSL_AES_DIRECT
0 commit comments