Skip to content

Commit

Permalink
openssl: fix unused variable compiler warning with old openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
greearb authored and bagder committed Dec 7, 2018
1 parent cbea2fd commit 07e61ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vtls/openssl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07e61ab

Please sign in to comment.