user_settings: default to NO_ASN if NO_RSA defined.

pull/504/head
jordan 2024-09-13 15:58:24 -05:00
parent 080dae0125
commit 42f92ebedb
1 changed files with 1 additions and 2 deletions

View File

@ -366,8 +366,7 @@ extern int tolower(int c);
# define WC_NO_HASHDRBG
# define NO_DEV_RANDOM
# define NO_ECC_KEY_EXPORT
# if defined(NO_RSA) && !defined(WOLFSSL_HAVE_XMSS) && \
!defined(WOLFSSL_HAVE_LMS)
# if defined(NO_RSA)
# define NO_ASN
# endif
#endif