1
0
Fork 0
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:
Gerhard Rieger 2016-12-12 18:58:59 +01:00
commit 008229cb9f
5 changed files with 76 additions and 28 deletions

View file

@ -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