mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
remove buggy+bug-prone WOLFSSL_NO_XOR_OPS setup in settings.h.
This commit is contained in:
@ -2735,12 +2735,6 @@ extern void uITRON4_free(void *p) ;
|
|||||||
#define WOLFSSL_HAVE_PRF
|
#define WOLFSSL_HAVE_PRF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(NO_AES) && defined(NO_DES3) && !defined(HAVE_CAMELLIA) && \
|
|
||||||
!defined(WOLFSSL_HAVE_PRF) && defined(NO_PWDBASED)
|
|
||||||
#undef WOLFSSL_NO_XOR_OPS
|
|
||||||
#define WOLFSSL_NO_XOR_OPS
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(NO_ASN) && defined(WOLFCRYPT_ONLY) && !defined(WOLFSSL_WOLFSSH)
|
#if defined(NO_ASN) && defined(WOLFCRYPT_ONLY) && !defined(WOLFSSL_WOLFSSH)
|
||||||
#undef WOLFSSL_NO_INT_ENCODE
|
#undef WOLFSSL_NO_INT_ENCODE
|
||||||
#define WOLFSSL_NO_INT_ENCODE
|
#define WOLFSSL_NO_INT_ENCODE
|
||||||
|
Reference in New Issue
Block a user