mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 12:14:38 +02:00
Missing commit
This commit is contained in:
@@ -155,7 +155,7 @@ THREAD_RETURN WOLFSSL_THREAD echoserver_test(void* args)
|
|||||||
#endif
|
#endif
|
||||||
#elif !defined(NO_TLS)
|
#elif !defined(NO_TLS)
|
||||||
#if defined(WOLFSSL_TLS13) && defined(WOLFSSL_SNIFFER)
|
#if defined(WOLFSSL_TLS13) && defined(WOLFSSL_SNIFFER)
|
||||||
method = WolfTLSv1_2_server_method();
|
method = wolfTLSv1_2_server_method();
|
||||||
#else
|
#else
|
||||||
method = wolfSSLv23_server_method();
|
method = wolfSSLv23_server_method();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user