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_.

This commit is contained in:
Daniel Pouzzner
2024-10-31 00:10:05 -05:00
parent a2bcbf7ecf
commit 39e8cb55bb

View File

@ -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