diff options
Diffstat (limited to 'package/openssl/openssl-nofips.patch')
-rw-r--r-- | package/openssl/openssl-nofips.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/openssl/openssl-nofips.patch b/package/openssl/openssl-nofips.patch new file mode 100644 index 000000000..0edea3ebc --- /dev/null +++ b/package/openssl/openssl-nofips.patch @@ -0,0 +1,12 @@ +diff -Nura openssl-0.9.8k/Makefile.org openssl-0.9.8k.nofips/Makefile.org +--- openssl-0.9.8k/Makefile.org 2009-03-03 20:40:29.000000000 -0200 ++++ openssl-0.9.8k.nofips/Makefile.org 2009-03-26 09:50:27.000000000 -0300 +@@ -131,7 +131,7 @@ + + BASEADDR= + +-DIRS= crypto fips ssl engines apps test tools ++DIRS= crypto ssl engines apps test tools + SHLIBDIRS= crypto ssl fips + + # dirs in crypto to build |