Merge "[Implement RDK-B WiFi HAL]"
diff --git a/recipes-connectivity/openssl/openssl_%.bbappend b/recipes-connectivity/openssl/openssl_%.bbappend
deleted file mode 100644
index 154c70c..0000000
--- a/recipes-connectivity/openssl/openssl_%.bbappend
+++ /dev/null
@@ -1,7 +0,0 @@
-DEPENDS_remove = "cryptodev-linux"
-DEPENDS_remove = "cryptodev-linux-native"
-DEPENDS_append = " ocf-linux ocf-linux-native"
-
-CFLAG_remove = "-DUSE_CRYPTODEV_DIGESTS"
-CFLAG_append = " -fPIC"
-CFLAGS_class-native += " -fPIC -I${STAGING_DIR_NATIVE}/usr/include"
diff --git a/recipes-connectivity/openssl/openssl_1.0.2%.bbappend b/recipes-connectivity/openssl/openssl_1.0.2%.bbappend
deleted file mode 100644
index 9551d16..0000000
--- a/recipes-connectivity/openssl/openssl_1.0.2%.bbappend
+++ /dev/null
@@ -1,14 +0,0 @@
-# Note that RDK-B builds typically require hostapd and wpa-supplicant, which
-# both contain hardcoded dependencies on MD4 support being enabled in openssl.
-# RDK-B specific OEM layers may therefore require an additional .bbappend for
-# openssl which sets:
-
-#EXTRA_OECONF_remove_class-target = "no-md4"
-
-# Keep the complete over-ride for native builds. Temp solution, to be removed
-# once meta-rdk-ext .bbappend for openssl is updated to append RDK specific
-# config options to the target build only.
-# Fix for building python-m2crypto-native.
-
-#Commenting following line because of openssl-native build (linking) issue
-#EXTRA_OECONF_class-native = "-no-ssl3"