bionic-amd64-tf-a-build: add OpenSSL compatibility for v1.0.1

This patch is to make the installation of OpenSSL compatible
with v1.0.1, since the last patch caused some problems in CI
that did not show up in staging CI.

Signed-off-by: Juan Pablo Conde <juanpablo.conde@arm.com>
Change-Id: Ib93afbfcd80465be9f4635ca06fb851cdccea088
diff --git a/bionic-amd64-tf-a-build/tf-dependencies.install b/bionic-amd64-tf-a-build/tf-dependencies.install
index fa9f84c..3d10341 100755
--- a/bionic-amd64-tf-a-build/tf-dependencies.install
+++ b/bionic-amd64-tf-a-build/tf-dependencies.install
@@ -93,7 +93,7 @@
 echo "${OPENSSL_CHECKSUM}  /tmp/${OPENSSL_FILENAME}.tar.gz" | sha256sum -c
 mkdir -p ${TOOLS_DIR}/${OPENSSL_DIRNAME} && tar -xzf /tmp/${OPENSSL_FILENAME}.tar.gz -C ${TOOLS_DIR}/${OPENSSL_DIRNAME} --strip-components=1
 cd ${TOOLS_DIR}/${OPENSSL_DIRNAME}
-./Configure --libdir=lib --prefix=/usr --api=1.1.0
+./Configure --libdir=lib --prefix=/usr --api=1.0.1
 cd ${TOOLS_DIR}
 make -C ${TOOLS_DIR}/${OPENSSL_DIRNAME}
 make -C ${TOOLS_DIR}/${OPENSSL_DIRNAME} install