Skip to content

Commit 2a6956a

Browse files
author
Andras Fekete
committed
Missing commit
1 parent a0668bd commit 2a6956a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/echoserver/echoserver.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ THREAD_RETURN WOLFSSL_THREAD echoserver_test(void* args)
155155
#endif
156156
#elif !defined(NO_TLS)
157157
#if defined(WOLFSSL_TLS13) && defined(WOLFSSL_SNIFFER)
158-
method = WolfTLSv1_2_server_method();
158+
method = wolfTLSv1_2_server_method();
159159
#else
160160
method = wolfSSLv23_server_method();
161161
#endif

0 commit comments

Comments
 (0)