We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1720fd commit ce02161Copy full SHA for ce02161
tls/client-tls13-certauth-c2s.c
@@ -49,7 +49,7 @@
49
#define KEY_FILE "../certs/client-key.pem"
50
#define CA_FILE "../certs/ca-cert.pem"
51
52
-#if defined(WOLFSSL_TLS13)
+#if defined(WOLFSSL_TLS13) && defined(HAVE_SECRET_CALLBACK)
53
54
#ifndef WOLFSSL_SSLKEYLOGFILE_OUTPUT
55
#define WOLFSSL_SSLKEYLOGFILE_OUTPUT "sslkeylog.log"
0 commit comments