diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-19 21:00:14 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2012-05-19 21:00:14 +0000 |
commit | df754ded76340652b6029f34d256515fe6ea06e1 (patch) | |
tree | e3bedff365228bce75cefaade5339f702427fcf7 /package/openssl/patches/160-disable_doc_tests.patch | |
parent | 7345133eaea220b445f871f3538bf90bdb3aa9de (diff) | |
download | upstream-df754ded76340652b6029f34d256515fe6ea06e1.tar.gz upstream-df754ded76340652b6029f34d256515fe6ea06e1.tar.bz2 upstream-df754ded76340652b6029f34d256515fe6ea06e1.zip |
openssl: update to v1.0.1c (CVE-2012-2333)
SVN-Revision: 31819
Diffstat (limited to 'package/openssl/patches/160-disable_doc_tests.patch')
-rw-r--r-- | package/openssl/patches/160-disable_doc_tests.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssl/patches/160-disable_doc_tests.patch b/package/openssl/patches/160-disable_doc_tests.patch index d0bf19a3ef..b6dacc1f70 100644 --- a/package/openssl/patches/160-disable_doc_tests.patch +++ b/package/openssl/patches/160-disable_doc_tests.patch @@ -36,7 +36,7 @@ build_libs: build_crypto build_ssl build_engines -@@ -539,7 +539,7 @@ dist: +@@ -539,7 +539,7 @@ dist: dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) @@ -47,7 +47,7 @@ @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \ --- a/Makefile.org +++ b/Makefile.org -@@ -537,7 +537,7 @@ dist: +@@ -537,7 +537,7 @@ dist: dist_pem_h: (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean) |