do not move libcrypto to /lib

- do not use environment variables if __libc_enable_secure is on
- fix strict aliasing problems in modes
This commit is contained in:
Tomas Mraz 2012-07-13 14:30:31 +02:00
parent c2e3151786
commit 72a1bddddc

View File

@ -22,7 +22,7 @@ Summary: Utilities from the general purpose cryptography library with TLS implem
Name: openssl
Version: 1.0.1c
# Do not forget to bump SHLIB_VERSION on version upgrades
Release: 3%{?dist}
Release: 4%{?dist}
Epoch: 1
# We have to remove certain patented algorithms from the openssl source
# tarball with the hobble-openssl script which is included below.