Versal ACAP: install openssl binary

Install the openssl binary to help with the cryptographic driver
verification.

Signed-off-by: Jorge Ramirez-Ortiz <jorge@foundries.io>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/versal.mk b/versal.mk
index fc26e52..3d9945f 100644
--- a/versal.mk
+++ b/versal.mk
@@ -18,6 +18,9 @@
 BR2_PACKAGE_OPENSSH_SERVER ?= y
 BR2_PACKAGE_OPENSSH_KEY_UTILS ?= y
 
+# Openssl binary
+BR2_PACKAGE_LIBOPENSSL_BIN ?= y
+
 PLATFORM = versal-vck190
 OPTEE_OS_PLATFORM = versal
 OPTEE_OS_COMMON_EXTRA_FLAGS = CFG_PKCS11_TA=y CFG_USER_TA_TARGET_pkcs11=ta_arm64 O=out/arm