]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: drop the padlock_conf.patch
authorRoy Li <rongqing.li@windriver.com>
Fri, 22 May 2015 09:16:02 +0000 (17:16 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 May 2015 06:56:20 +0000 (07:56 +0100)
padlock_conf.patch will enable the padlock engine by default,
but this engine does not work on some 32bit machine, and lead
to openssl unable to work

Signed-off-by: Roy Li <rongqing.li@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssl/openssl/debian1.0.2/padlock_conf.patch [deleted file]
meta/recipes-connectivity/openssl/openssl_1.0.2a.bb

diff --git a/meta/recipes-connectivity/openssl/openssl/debian1.0.2/padlock_conf.patch b/meta/recipes-connectivity/openssl/openssl/debian1.0.2/padlock_conf.patch
deleted file mode 100644 (file)
index 61dcf45..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-Upstream-Status: Backport [debian]
-
---- openssl/apps/openssl.cnf.orig      2012-06-06 00:45:56.000000000 +0200
-+++ openssl/apps/openssl.cnf   2012-06-06 00:46:46.000000000 +0200
-@@ -19,6 +19,8 @@
- # (Alternatively, use a configuration file that has only
- # X.509v3 extensions in its main [= default] section.)
-+openssl_conf = openssl_def
-+
- [ new_oids ]
- # We can add new OIDs in here for use by 'ca', 'req' and 'ts'.
-@@ -348,3 +350,16 @@
-                               # (optional, default: no)
- ess_cert_id_chain     = no    # Must the ESS cert id chain be included?
-                               # (optional, default: no)
-+
-+[openssl_def]
-+engines = engine_section
-+
-+[engine_section]
-+padlock = padlock_section
-+
-+[padlock_section]
-+soft_load=1
-+init=1
-+default_algorithms = ALL
-+dynamic_path=padlock
-+
index 9a218be605dfab5ae277eb12742a680b7039b0a0..0a04aeaaaa203d64927dcf1e88347662e3a425f1 100644 (file)
@@ -18,7 +18,6 @@ SRC_URI += "file://configure-targets.patch \
             file://openssl-fix-link.patch \
             file://debian1.0.2/block_diginotar.patch \
             file://debian1.0.2/block_digicert_malaysia.patch \
-            file://debian1.0.2/padlock_conf.patch \
             file://debian/ca.patch \
             file://debian/c_rehash-compat.patch \
             file://debian/debian-targets.patch \