1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-20 09:52:56 +00:00

OpenSSL options min-version, max-version

This commit is contained in:
Gerhard Rieger 2020-12-27 20:25:10 +01:00
parent beed38655f
commit de2f2c471b
10 changed files with 248 additions and 23 deletions

View file

@ -464,6 +464,12 @@
#undef HAVE_DTLSv1_client_method
#undef HAVE_DTLSv1_server_method
/* Define if you have the SSL CTX_set_min_proto_version function/macro */
#undef HAVE_SSL_CTX_set_min_proto_version
/* Define if you have the SSL_CTX_set_max_proto_version function/macro */
#undef HAVE_SSL_CTX_set_max_proto_version
/* Define if you have the EC_KEY type */
#undef HAVE_TYPE_EC_KEY