From a2ae6f8d15d7caf815d7bdd13df833fd1b2af5cc Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Fri, 16 Jan 2015 20:48:46 +0100 Subject: Permit build on SSLv3-disabled OpenSSL, providing that these also omit the declaration of SSLv3_client_method(). Related to Debian Bug#775255. Version report lists -SSLv3 on +SSL builds that omit SSLv3_client_method(). Version report lists -SSLv2 on +SSL builds that omit SSLv2_client_method(). --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bdcbb20c..9248b265 100644 --- a/configure.ac +++ b/configure.ac @@ -803,6 +803,7 @@ fi case "$LIBS" in *-lssl*) AC_CHECK_DECLS([SSLv2_client_method],,,[#include ]) + AC_CHECK_DECLS([SSLv3_client_method],,,[#include ]) ;; esac -- cgit v1.2.3