From 4ea7ecffdd4c375af330df7478c251567774c6d1 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Fri, 15 May 2020 09:50:46 -0600 Subject: [PATCH] Enable OpenSSL on RHEL 6 too. The version of OpenSSL in RHEL 6 is new enough for the log server to use. --- scripts/mkpkg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mkpkg b/scripts/mkpkg index 9f57bae28..bb44a95ea 100755 --- a/scripts/mkpkg +++ b/scripts/mkpkg @@ -185,10 +185,10 @@ case "$osversion" in with_sssd=true # RHEL 6 and above use /etc/sudo-ldap.conf with_sudo_ldap_conf=true - fi - if [ $osmajor -ge 7 ]; then # Encrypted remote I/O log support. with_openssl=true + fi + if [ $osmajor -ge 7 ]; then # Python plugins with_python=true fi