Skip to content

Commit

Permalink
user_settings: default to NO_ASN if NO_RSA defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
philljj committed Sep 13, 2024
1 parent 080dae0 commit 42f92eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/user_settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 42f92eb

Please sign in to comment.