diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2010-10-04 11:44:51 -0300 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-10-18 11:18:12 +0200 |
commit | 567eee4f544b553165897e9732ed4f4d9ab8db98 (patch) | |
tree | 18fbafaf7628b670d030e645338d8103c9b1438b /package/openssl/openssl-nofips.patch | |
parent | fe5945a043a294d5abdfe530858d707211efefbc (diff) | |
download | buildroot-novena-567eee4f544b553165897e9732ed4f4d9ab8db98.tar.gz buildroot-novena-567eee4f544b553165897e9732ed4f4d9ab8db98.zip |
openssl: Bump to 1.0.0a
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/openssl/openssl-nofips.patch')
-rw-r--r-- | package/openssl/openssl-nofips.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/openssl/openssl-nofips.patch b/package/openssl/openssl-nofips.patch deleted file mode 100644 index 0edea3ebc..000000000 --- a/package/openssl/openssl-nofips.patch +++ /dev/null @@ -1,12 +0,0 @@ -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 |