From 39e8cb55bb36b464b627c136f8433f702ab5e64d Mon Sep 17 00:00:00 2001 From: Daniel Pouzzner Date: Thu, 31 Oct 2024 00:10:05 -0500 Subject: [PATCH] additional fixes and peer review for -DOPENSSL_EXTRA -DOPENSSL_COEXIST: cover -DWOLFSSL_QUIC, fix -DNO_ASN, rename WOLFSSL_ASN1_TYPE_* to WOLFSSL_V_ASN1_*, completed nativization of NID_*, and switch to prefix WC_NID_ rather than wc_NID_. --- wolfssl/wolfcrypt/settings.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/wolfssl/wolfcrypt/settings.h b/wolfssl/wolfcrypt/settings.h index 8998b6e5a4..f810925849 100644 --- a/wolfssl/wolfcrypt/settings.h +++ b/wolfssl/wolfcrypt/settings.h @@ -3605,15 +3605,6 @@ extern void uITRON4_free(void *p) ; #endif #endif -/* if building the library proper without OPENSSL_ALL, always disable - * compatibility mappings -- the library proper uses only native names - * internally. - */ -#if defined(BUILDING_WOLFSSL) && !defined(OPENSSL_ALL) \ - && !defined(OPENSSL_COEXIST) - #define OPENSSL_COEXIST -#endif - #ifdef OPENSSL_COEXIST /* make sure old names are disabled */ #ifndef NO_OLD_SSL_NAMES