wc_xmss_impl requires misc.c functions.

pull/7393/head
jordan 2024-04-03 14:52:05 -05:00
parent 79abae8c3d
commit 0c22f1f048
1 changed files with 6 additions and 0 deletions

View File

@ -3318,6 +3318,12 @@ extern void uITRON4_free(void *p) ;
#define WOLFSSL_W64_WRAPPER
#endif
/* wc_xmss_impl requires these misc.c functions. */
#ifdef WOLFSSL_WC_XMSS
#undef WOLFSSL_NO_INT_ENCODE
#undef WOLFSSL_NO_INT_DECODE
#endif
/* DTLS v1.3 requires AES ECB if using AES */
#if defined(WOLFSSL_DTLS13) && !defined(NO_AES) && \
!defined(WOLFSSL_AES_DIRECT)