aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl/openssl_1.0.1h.bb
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2014-06-09 16:37:19 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2014-06-09 16:43:32 +0100
commitc679ec81c19dd2b5e366b713801785ce0ba5b49a (patch)
treed069cc377f456927789723b4d5b693321e058719 /meta/recipes-connectivity/openssl/openssl_1.0.1h.bb
parenta3e80de6d423c272a287bf3538196b48ac5ddec1 (diff)
downloadopenembedded-core-c679ec81c19dd2b5e366b713801785ce0ba5b49a.tar.gz
openssl: fix ptests
Add some missing dependencies and fix the Makefile in order to get most of the ptest tests working (specifically test_bn, test_verify, test_cms, test_srp and test_heartbeat). test_verify still fails for unknown reasons (perhaps some of the now expired certificates weren't meant to have expired as far as the test is concerned?) but at least it has the certificates to run now. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl_1.0.1h.bb')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.1h.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.1h.bb b/meta/recipes-connectivity/openssl/openssl_1.0.1h.bb
index ebb1029ef4..ddaaba8836 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.1h.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.1h.bb
@@ -35,6 +35,7 @@ SRC_URI += "file://configure-targets.patch \
file://openssl-fix-des.pod-error.patch \
file://Makefiles-ptest.patch \
file://heartbeat-test-private-api.patch \
+ file://ptest-deps.patch \
file://run-ptest \
"