Skip to content

Commit f4decf8

Browse files
committed
Enable cert copy by default for openssl extra
1 parent ef500c2 commit f4decf8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

wolfssl/wolfcrypt/settings.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3261,6 +3261,11 @@ extern void uITRON4_free(void *p) ;
32613261
#define KEEP_PEER_CERT
32623262
#endif
32633263

3264+
#if defined(OPENSSL_ALL) && !defined(WOLFSSL_NO_COPY_CERT)
3265+
#undef WOLFSSL_COPY_CERT
3266+
#define WOLFSSL_COPY_CERT
3267+
#endif
3268+
32643269
/*
32653270
* Keeps the "Finished" messages after a TLS handshake for use as the so-called
32663271
* "tls-unique" channel binding. See comment in internal.h around clientFinished

0 commit comments

Comments
 (0)