Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions wolfssl/wolfcrypt/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -3059,6 +3059,13 @@ extern void uITRON4_free(void *p) ;
#undef HAVE_ECC_KEY_EXPORT
#define HAVE_ECC_KEY_EXPORT
#endif
#if !defined (WOLFSSL_NO_VALIDATE_ECC_IMPORT) && \
!defined (WOLFSSL_VALIDATE_ECC_IMPORT)
#define WOLFSSL_VALIDATE_ECC_IMPORT
#elif defined(WOLFSSL_NO_VALIDATE_ECC_IMPORT) && \
defined(WOLFSSL_VALIDATE_ECC_IMPORT)
#error Conflicting settings for WOLFSSL_VALIDATE_ECC_IMPORT.
#endif
#endif /* HAVE_ECC */

#if (defined(OPENSSL_EXTRA) || defined(OPENSSL_ALL)) && defined(HAVE_ECC) && \
Expand Down
Loading