Replace uses of HAVE_SSL with HAVE_LIBSSL
autoconf's AC_CHECK_LIB automatically sets HAVE_LIBSSL, whereas HAVE_SSL has to be set manually. This prepares us to remove some code from configure.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#if defined(HAVE_SSL) && !defined(IN_MODULE)
|
||||
#if defined(HAVE_LIBSSL) && !defined(IN_MODULE)
|
||||
|
||||
#ifndef __ssl_h__
|
||||
#define __ssl_h__
|
||||
|
||||
Reference in New Issue
Block a user