Skip to content

Commit

Permalink
additional fixes and peer review for -DOPENSSL_EXTRA -DOPENSSL_COEXIS…
Browse files Browse the repository at this point in the history
…T: 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_.
  • Loading branch information
douzzer committed Oct 31, 2024
1 parent a2bcbf7 commit 39e8cb5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions wolfssl/wolfcrypt/settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 39e8cb5

Please sign in to comment.