mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
parent
2f5f31bb57
commit
0c448093dd
@ -1792,7 +1792,11 @@ static CURLcode nss_setup_connect(struct connectdata *conn, int sockindex)
|
|||||||
|
|
||||||
SSLVersionRange sslver = {
|
SSLVersionRange sslver = {
|
||||||
SSL_LIBRARY_VERSION_TLS_1_0, /* min */
|
SSL_LIBRARY_VERSION_TLS_1_0, /* min */
|
||||||
SSL_LIBRARY_VERSION_TLS_1_0 /* max */
|
#ifdef SSL_LIBRARY_VERSION_TLS_1_3
|
||||||
|
SSL_LIBRARY_VERSION_TLS_1_3 /* max */
|
||||||
|
#else
|
||||||
|
SSL_LIBRARY_VERSION_TLS_1_2
|
||||||
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
BACKEND->data = data;
|
BACKEND->data = data;
|
||||||
|
Loading…
Reference in New Issue
Block a user