Merge pull request #8559 from anhu/ifndef_shake

Check if WOLFSSL_SHAKExxx is not defined
pull/8565/head
Sean Parkinson 2025-03-17 09:54:36 +10:00 committed by GitHub
commit 4e60e9fbed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -705,8 +705,14 @@ extern ${variable.value} ${variable.name};
#define NO_RC4
#define NO_MD4
#define NO_DES3
#ifndef WOLFSSL_SHAKE128
#define WOLFSSL_NO_SHAKE128
#endif
#ifndef WOLFSSL_SHAKE256
#define WOLFSSL_NO_SHAKE256
#endif
/* In-lining of misc.c functions */
/* If defined, must include wolfcrypt/src/misc.c in build */