forked from wolfSSL/wolfssl
disable XChaCha with armasm
This commit is contained in:
@@ -2296,6 +2296,11 @@ extern void uITRON4_free(void *p) ;
|
|||||||
#define WOLFSSL_NO_HASH_RAW
|
#define WOLFSSL_NO_HASH_RAW
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
/* XChacha not implemented with ARM assembly ChaCha */
|
||||||
|
#if defined(WOLFSSL_ARMASM)
|
||||||
|
#undef HAVE_XCHACHA
|
||||||
|
#endif
|
||||||
|
|
||||||
#if !defined(WOLFSSL_SHA384) && !defined(WOLFSSL_SHA512) && defined(NO_AES) && \
|
#if !defined(WOLFSSL_SHA384) && !defined(WOLFSSL_SHA512) && defined(NO_AES) && \
|
||||||
!defined(WOLFSSL_SHA3)
|
!defined(WOLFSSL_SHA3)
|
||||||
#undef WOLFSSL_NO_WORD64_OPS
|
#undef WOLFSSL_NO_WORD64_OPS
|
||||||
|
Reference in New Issue
Block a user