mirror of
https://github.com/moparisthebest/curl
synced 2024-12-23 08:38:49 -05:00
openssl: fix unused variable compiler warning with old openssl
URL: https://curl.haxx.se/mail/lib-2018-11/0055.html Closes #3347
This commit is contained in:
parent
cbea2fd2c7
commit
07e61abdac
@ -2167,6 +2167,7 @@ set_ssl_version_min_max(long *ctx_options, struct connectdata *conn,
|
||||
}
|
||||
#else
|
||||
(void)sockindex;
|
||||
(void)ctx_options;
|
||||
failf(data, OSSL_PACKAGE " was built without TLS 1.3 support");
|
||||
return CURLE_NOT_BUILT_IN;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user