mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 19:54:40 +02:00
use CyaSSLv23_client_method() rather than TLSv1_1_client_method() to parallel echoserver.c
This commit is contained in:
@@ -69,7 +69,7 @@ void echoclient_test(void* args)
|
|||||||
#if defined(CYASSL_DTLS)
|
#if defined(CYASSL_DTLS)
|
||||||
method = DTLSv1_client_method();
|
method = DTLSv1_client_method();
|
||||||
#elif !defined(NO_TLS)
|
#elif !defined(NO_TLS)
|
||||||
method = TLSv1_2_client_method();
|
method = CyaSSLv23_client_method();
|
||||||
#else
|
#else
|
||||||
method = SSLv3_client_method();
|
method = SSLv3_client_method();
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user