Skip to content

Commit 9ba2d2e

Browse files
committed
Revert moving SHA512 flag outside ED25519 build
1 parent 021bd82 commit 9ba2d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/user_settings.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ extern int tolower(int c);
7070
#endif
7171

7272
/* ED25519 and SHA512 */
73-
#define WOLFSSL_SHA512
7473
#ifdef WOLFBOOT_SIGN_ED25519
7574
# define HAVE_ED25519
7675
# define ED25519_SMALL
7776
# define NO_ED25519_SIGN
7877
# define NO_ED25519_EXPORT
7978
# define USE_SLOW_SHA512
79+
# define WOLFSSL_SHA512
8080
#endif
8181

8282
/* ED448 and SHA3/SHAKE256 */

0 commit comments

Comments
 (0)