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:
parent
beed38655f
commit
de2f2c471b
10 changed files with 248 additions and 23 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue