Loading configure.ac +3 −2 Original line number Diff line number Diff line Loading @@ -806,10 +806,11 @@ else fi fi if test X"$OPENSSL_ENABLED" = X"1"; then AC_DEFINE(USE_SSLEAY, 1, [if SSL is enabled]) fi USE_SSLEAY="$OPENSSL_ENABLED" AC_DEFINE_UNQUOTED(USE_SSLEAY, $USE_SSLEAY, [if SSL is enabled]) AC_SUBST(USE_SSLEAY) AC_SUBST(USE_OPENSSL) if test X"$OPT_SSL" != Xoff && test "$OPENSSL_ENABLED" != "1"; then Loading packages/vms/config-vms.h_with_ssl +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ */ #define HAVE_OPENSSL_ENGINE_H 1 #endif /* OPENSSL_ENABLED */ #endif /* USE_SSLEAY */ /* OpenSSL section ends here */ /* Define if you have the <pwd.h> header file. */ Loading packages/vms/config-vms.h_without_ssl +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ */ #define HAVE_OPENSSL_ENGINE_H 1 #endif /* OPENSSL_ENABLED */ #endif /* USE_SSLEAY */ /* OpenSSL section ends here */ /* Define if you have the <pwd.h> header file. */ Loading Loading
configure.ac +3 −2 Original line number Diff line number Diff line Loading @@ -806,10 +806,11 @@ else fi fi if test X"$OPENSSL_ENABLED" = X"1"; then AC_DEFINE(USE_SSLEAY, 1, [if SSL is enabled]) fi USE_SSLEAY="$OPENSSL_ENABLED" AC_DEFINE_UNQUOTED(USE_SSLEAY, $USE_SSLEAY, [if SSL is enabled]) AC_SUBST(USE_SSLEAY) AC_SUBST(USE_OPENSSL) if test X"$OPT_SSL" != Xoff && test "$OPENSSL_ENABLED" != "1"; then Loading
packages/vms/config-vms.h_with_ssl +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ */ #define HAVE_OPENSSL_ENGINE_H 1 #endif /* OPENSSL_ENABLED */ #endif /* USE_SSLEAY */ /* OpenSSL section ends here */ /* Define if you have the <pwd.h> header file. */ Loading
packages/vms/config-vms.h_without_ssl +1 −1 Original line number Diff line number Diff line Loading @@ -160,7 +160,7 @@ */ #define HAVE_OPENSSL_ENGINE_H 1 #endif /* OPENSSL_ENABLED */ #endif /* USE_SSLEAY */ /* OpenSSL section ends here */ /* Define if you have the <pwd.h> header file. */ Loading