Split patches.
[openwrt-10.03/.git] / package / openssl / patches / 150-remove-fips.patch
1 diff -Nur openssl-0.9.7f/Makefile.org openssl-0.9.7f.new/Makefile.org
2 --- openssl-0.9.7f/Makefile.org 2005-03-15 10:46:13.000000000 +0100
3 +++ openssl-0.9.7f.new/Makefile.org     2005-04-03 20:15:26.000000000 +0200
4 @@ -229,7 +229,6 @@
5  libcrypto.a.sha1: libcrypto.a
6         @if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \
7                 $(RANLIB) libcrypto.a; \
8 -               fips/sha1/fips_standalone_sha1 libcrypto.a > libcrypto.a.sha1; \
9         fi
10  
11  sub_all: