summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.0.2o.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
index d9e9c8408e..58627b0b3e 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.0.2o.bb
@@ -71,7 +71,7 @@ PACKAGECONFIG[cryptodev-linux] = "-DHAVE_CRYPTODEV -DUSE_CRYPTODEV_DIGESTS,,cryp
71 71
72# Remove this to enable SSLv3. SSLv3 is defaulted to disabled due to the POODLE 72# Remove this to enable SSLv3. SSLv3 is defaulted to disabled due to the POODLE
73# vulnerability 73# vulnerability
74EXTRA_OECONF = "-no-ssl3" 74EXTRA_OECONF = "no-ssl3"
75 75
76export DIRS = "crypto ssl apps engines" 76export DIRS = "crypto ssl apps engines"
77export AS = "${CC} -c" 77export AS = "${CC} -c"