switch to use SSL_new for checking openssl in configure.ac

This commit is contained in:
2019-01-31 04:53:20 +00:00
parent f850f459c4
commit 044314daa8
5 changed files with 54 additions and 59 deletions

View File

@ -529,8 +529,8 @@
/* ssl support */
#undef HAVE_SSL
/* Define to 1 if you have the `SSL_library_init' function. */
#undef HAVE_SSL_LIBRARY_INIT
/* Define to 1 if you have the `SSL_new' function. */
#undef HAVE_SSL_NEW
/* Define to 1 if you have the `stat64' function. */
#undef HAVE_STAT64