mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 19:24:42 +02:00
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).
This commit is contained in:
@@ -4001,12 +4001,6 @@ extern void uITRON4_free(void *p) ;
|
||||
#undef HAVE_XCHACHA
|
||||
#endif
|
||||
|
||||
#if !defined(WOLFSSL_SHA384) && !defined(WOLFSSL_SHA512) && defined(NO_AES) && \
|
||||
!defined(WOLFSSL_SHA3)
|
||||
#undef WOLFSSL_NO_WORD64_OPS
|
||||
#define WOLFSSL_NO_WORD64_OPS
|
||||
#endif
|
||||
|
||||
#if !defined(WOLFCRYPT_ONLY) && \
|
||||
(!defined(WOLFSSL_NO_TLS12) || defined(HAVE_KEYING_MATERIAL))
|
||||
#undef WOLFSSL_HAVE_PRF
|
||||
|
Reference in New Issue
Block a user