From 56c93e89a771625a2cd085ad01d08b44dcb8b798 Mon Sep 17 00:00:00 2001 From: apriestman <apriestman@basistech.com> Date: Mon, 30 Mar 2020 09:41:53 -0400 Subject: [PATCH] Make it more clear that openssl is intentionally disabled --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 47aa7f5c8..96a103c51 100644 --- a/configure.ac +++ b/configure.ac @@ -388,7 +388,7 @@ AC_CHECK_FUNCS([getline]) AC_SEARCH_LIBS(regexec, [regex], , AC_MSG_ERROR([missing regex])) -dnl OpenSSL support for encryption +dnl OpenSSL support for encryption - currently disabled due to automatic test failures dnl AX_CHECK_OPENSSL( dnl [ax_openssl=yes] dnl LIBTSK_LDFLAGS="$LIBTSK_LDFLAGS $OPENSSL_LDFLAGS $OPENSSL_LIBS", @@ -441,12 +441,12 @@ AC_CONFIG_FILES([ AC_OUTPUT dnl Print a summary +dnl openssl is disabled, so removed line openssl support: $ax_openssl AC_MSG_NOTICE([ Building: afflib support: $ax_afflib libewf support: $ax_libewf zlib support: $ax_zlib - openssl support: $ax_openssl libvhdi support: $ax_libvhdi libvmdk support: $ax_libvmdk -- GitLab