Unverified Commit 07e61abd authored by Ben Greear's avatar Ben Greear Committed by Daniel Stenberg
Browse files

openssl: fix unused variable compiler warning with old openssl

parent cbea2fd2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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