Skip to content

Commit f0662e0

Browse files
committed
wolfssl/wolfcrypt/settings.h: remove implicit define of WOLFSSL_NO_WORD64_OPS if !WOLFSSL_SHA384 && !WOLFSSL_SHA512 && NO_AES && !WOLFSSL_SHA3 (not compatible with word64 DRBG_internal.reseedCtr).
1 parent dc05c4c commit f0662e0

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

wolfssl/wolfcrypt/settings.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4001,12 +4001,6 @@ extern void uITRON4_free(void *p) ;
40014001
#undef HAVE_XCHACHA
40024002
#endif
40034003

4004-
#if !defined(WOLFSSL_SHA384) && !defined(WOLFSSL_SHA512) && defined(NO_AES) && \
4005-
!defined(WOLFSSL_SHA3)
4006-
#undef WOLFSSL_NO_WORD64_OPS
4007-
#define WOLFSSL_NO_WORD64_OPS
4008-
#endif
4009-
40104004
#if !defined(WOLFCRYPT_ONLY) && \
40114005
(!defined(WOLFSSL_NO_TLS12) || defined(HAVE_KEYING_MATERIAL))
40124006
#undef WOLFSSL_HAVE_PRF

0 commit comments

Comments
 (0)