mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-29 18:27:29 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user