Skip to content

Commit ce02161

Browse files
committed
Fix ifdef
1 parent e1720fd commit ce02161

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tls/client-tls13-certauth-c2s.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
#define KEY_FILE "../certs/client-key.pem"
5050
#define CA_FILE "../certs/ca-cert.pem"
5151

52-
#if defined(WOLFSSL_TLS13)
52+
#if defined(WOLFSSL_TLS13) && defined(HAVE_SECRET_CALLBACK)
5353

5454
#ifndef WOLFSSL_SSLKEYLOGFILE_OUTPUT
5555
#define WOLFSSL_SSLKEYLOGFILE_OUTPUT "sslkeylog.log"

0 commit comments

Comments
 (0)