mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +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)
|
||||
method = DTLSv1_client_method();
|
||||
#elif !defined(NO_TLS)
|
||||
method = TLSv1_2_client_method();
|
||||
method = CyaSSLv23_client_method();
|
||||
#else
|
||||
method = SSLv3_client_method();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user