Enable cert copy by default for openssl extra

pull/7867/head
Colton Willey 2024-08-14 12:16:14 -07:00
parent ef500c2e62
commit f4decf84da
1 changed files with 5 additions and 0 deletions

View File

@ -3261,6 +3261,11 @@ extern void uITRON4_free(void *p) ;
#define KEEP_PEER_CERT
#endif
#if defined(OPENSSL_ALL) && !defined(WOLFSSL_NO_COPY_CERT)
#undef WOLFSSL_COPY_CERT
#define WOLFSSL_COPY_CERT
#endif
/*
* Keeps the "Finished" messages after a TLS handshake for use as the so-called
* "tls-unique" channel binding. See comment in internal.h around clientFinished