summaryrefslogtreecommitdiffstats
path: root/package/openssl/patches/150-remove-fips.patch
diff options
context:
space:
mode:
authormbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-23 00:33:09 +0000
committermbm <mbm@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-02-23 00:33:09 +0000
commit5ed5b75f5cbf11de7fb27f00cb921ab88e7e1e5b (patch)
treeb9a65cd5c66d7befdb6ded504ce32e4bedc4438c /package/openssl/patches/150-remove-fips.patch
parent6152dc565bad57d1d7dc3ea07ff3ba5a3218572c (diff)
update openssl to 0.9.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@3265 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/openssl/patches/150-remove-fips.patch')
-rw-r--r--package/openssl/patches/150-remove-fips.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/openssl/patches/150-remove-fips.patch b/package/openssl/patches/150-remove-fips.patch
deleted file mode 100644
index e4e3cb487..000000000
--- a/package/openssl/patches/150-remove-fips.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-diff -ruN openssl-0.9.7h-old/Makefile.org openssl-0.9.7h-new/Makefile.org
---- openssl-0.9.7h-old/Makefile.org 2005-10-12 23:12:38.000000000 +0200
-+++ openssl-0.9.7h-new/Makefile.org 2005-10-12 23:13:38.000000000 +0200
-@@ -230,7 +230,6 @@
- libcrypto.a.sha1: libcrypto.a
- @if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \
- $(RANLIB) libcrypto.a; \
-- fips/sha/fips_standalone_sha1 libcrypto.a > libcrypto.a.sha1; \
- fi
-
- sub_all:
-@@ -258,9 +257,6 @@
- libcrypto$(SHLIB_EXT): libcrypto.a
- @if [ "$(SHLIB_TARGET)" != "" ]; then \
- $(MAKE) SHLIBDIRS=crypto build-shared; \
-- if egrep 'define OPENSSL_FIPS' $(TOP)/include/openssl/opensslconf.h > /dev/null; then \
-- fips/sha/fips_standalone_sha1 -binary $@ > $@.$${HMAC_EXT:-sha1}; \
-- fi; \
- else \
- echo "There's no support for shared libraries on this platform" >&2; \
- fi