mirror of
https://repo.or.cz/socat.git
synced 2025-07-19 09:22:57 +00:00
Changes to make socat compile with OpenSSL 1.1
This commit is contained in:
commit
008229cb9f
5 changed files with 76 additions and 28 deletions
|
@ -453,6 +453,15 @@
|
|||
/* Define if you have the EC_KEY type */
|
||||
#undef HAVE_TYPE_EC_KEY
|
||||
|
||||
/* Define if you have the OpenSSL RAND_egd function */
|
||||
#undef HAVE_RAND_egd
|
||||
|
||||
/* Define if you have the OpenSSL DH_set0_pqg function */
|
||||
#undef HAVE_DH_set0_pqg
|
||||
|
||||
/* Define if you have the OpenSSL ASN1_STRING_get0_data function */
|
||||
#undef HAVE_ASN1_STRING_get0_data
|
||||
|
||||
/* Define if you have the flock function */
|
||||
#undef HAVE_FLOCK
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue