Skip to content

Commit 4e60e9f

Browse files
authored
Merge pull request #8559 from anhu/ifndef_shake
Check if WOLFSSL_SHAKExxx is not defined
2 parents bc7fbee + 85e9f73 commit 4e60e9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

IDE/STM32Cube/default_conf.ftl

+6
Original file line numberDiff line numberDiff line change
@@ -705,8 +705,14 @@ extern ${variable.value} ${variable.name};
705705
#define NO_RC4
706706
#define NO_MD4
707707
#define NO_DES3
708+
709+
#ifndef WOLFSSL_SHAKE128
708710
#define WOLFSSL_NO_SHAKE128
711+
#endif
712+
713+
#ifndef WOLFSSL_SHAKE256
709714
#define WOLFSSL_NO_SHAKE256
715+
#endif
710716

711717
/* In-lining of misc.c functions */
712718
/* If defined, must include wolfcrypt/src/misc.c in build */

0 commit comments

Comments
 (0)