Revert "bionic-amd64-tf-a-build: add OpenSSL compatibility for v1.0.1"
This reverts commit a65d649a7c6a44da23fc0950cc4b5d5a5ce93dec.
Reason for revert: Broke CI
Change-Id: I473621b7a4eff7aef8dbb18eef2947c28a39c124
diff --git a/bionic-amd64-tf-a-build/tf-dependencies.install b/bionic-amd64-tf-a-build/tf-dependencies.install
index 3d10341..fa9f84c 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.0.1
+./Configure --libdir=lib --prefix=/usr --api=1.1.0
cd ${TOOLS_DIR}
make -C ${TOOLS_DIR}/${OPENSSL_DIRNAME}
make -C ${TOOLS_DIR}/${OPENSSL_DIRNAME} install