Remove HAVE_SSL define from configure

This is no longer needed, we use the HAVE_LIBSSL from AC_CHECK_LIB now.
This commit is contained in:
Kevin Easton
2017-03-17 01:27:30 +11:00
parent 184af728c7
commit 484fc156ed
3 changed files with 17 additions and 29 deletions

View File

@@ -222,9 +222,6 @@
/* Define to 1 if the system has the type `socklen_t'. */
#undef HAVE_SOCKLEN_T
/* Define this if the system has SSL support. */
#undef HAVE_SSL
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H