diff --git a/cf/crypto.m4 b/cf/crypto.m4 index 732ab3b61..ed475ab14 100644 --- a/cf/crypto.m4 +++ b/cf/crypto.m4 @@ -110,6 +110,8 @@ if test "$crypto_lib" = "unknown"; then fi +AM_CONDITIONAL(HAVE_OPENSSL, test "$crypto_lib" = libcrypto)dnl + AC_SUBST(DIR_des) AC_SUBST(INCLUDE_des) AC_SUBST(LIB_des)