mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #8559 from anhu/ifndef_shake
Check if WOLFSSL_SHAKExxx is not definedpull/8565/head
commit
4e60e9fbed
|
@ -705,8 +705,14 @@ extern ${variable.value} ${variable.name};
|
||||||
#define NO_RC4
|
#define NO_RC4
|
||||||
#define NO_MD4
|
#define NO_MD4
|
||||||
#define NO_DES3
|
#define NO_DES3
|
||||||
|
|
||||||
|
#ifndef WOLFSSL_SHAKE128
|
||||||
#define WOLFSSL_NO_SHAKE128
|
#define WOLFSSL_NO_SHAKE128
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef WOLFSSL_SHAKE256
|
||||||
#define WOLFSSL_NO_SHAKE256
|
#define WOLFSSL_NO_SHAKE256
|
||||||
|
#endif
|
||||||
|
|
||||||
/* In-lining of misc.c functions */
|
/* In-lining of misc.c functions */
|
||||||
/* If defined, must include wolfcrypt/src/misc.c in build */
|
/* If defined, must include wolfcrypt/src/misc.c in build */
|
||||||
|
|
Loading…
Reference in New Issue