From 41c4f488a4f285f40c7c204bdcfc80627179f3ea Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Mon, 17 Jun 2019 08:04:16 +0300 Subject: [PATCH] enable-md2 for rpm4 --- openssl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssl.spec b/openssl.spec index b799c07..03661ef 100644 --- a/openssl.spec +++ b/openssl.spec @@ -27,7 +27,7 @@ Summary: Secure Sockets Layer communications libs & utils Name: openssl Version: 1.0.2r -Release: 1 +Release: 5 License: BSD-like Group: System/Libraries Url: https://www.openssl.org @@ -272,7 +272,7 @@ sslarch=linux-generic32 --openssldir=%{_openssldir} ${sslflags} \ --enginesdir=%{_libdir}/openssl-%{major}/engines \ --prefix=%{_prefix} --libdir=%{_lib}/ %{?_with_krb5:--with-krb5-flavor=MIT -I%{_prefix}/kerberos/include -L%{_prefix}/kerberos/%{_lib}} \ - zlib no-idea no-rc5 enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms sctp shared ${sslarch} + zlib no-idea no-rc5 enable-camellia enable-seed enable-tlsext enable-rfc3779 enable-cms enable-md2 sctp shared ${sslarch} # Add -Wa,--noexecstack here so that libcrypto's assembler modules will be # marked as not requiring an executable stack.