mirror of
https://repo.or.cz/socat.git
synced 2025-07-18 00:53:25 +00:00
New options openssl-maxfraglen, openssl-maxsendfrag
This commit is contained in:
parent
454a499401
commit
2db04378ae
10 changed files with 181 additions and 1 deletions
|
@ -532,6 +532,12 @@
|
|||
/* Define if you have the OpenSSL SSL_set_tlsext_host_name define/function */
|
||||
#undef HAVE_SSL_set_tlsext_host_name
|
||||
|
||||
/* Define if you have the OpenSSL SSL_CTX_set_tlsext_max_fragment_length define/function */
|
||||
#undef HAVE_SSL_CTX_set_tlsext_max_fragment_length
|
||||
|
||||
/* Define if you have the OpenSSL SSL_CTX_set_max_send_fragment define/function */
|
||||
#undef HAVE_SSL_CTX_set_max_send_fragment
|
||||
|
||||
/* Define if you have the flock function */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue