remove buggy+bug-prone WOLFSSL_NO_XOR_OPS setup in settings.h.

pull/6330/head
Daniel Pouzzner 2023-04-21 16:05:20 -05:00
parent 60d059fc9e
commit 32ff165d8b
1 changed files with 0 additions and 6 deletions

View File

@ -2735,12 +2735,6 @@ extern void uITRON4_free(void *p) ;
#define WOLFSSL_HAVE_PRF
#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)
#undef WOLFSSL_NO_INT_ENCODE
#define WOLFSSL_NO_INT_ENCODE