26 lines
1.3 KiB
Diff
26 lines
1.3 KiB
Diff
From d13f8cbc7ec066b04cbe13ef6bf14b2b085fbc35 Mon Sep 17 00:00:00 2001
|
|
From: houmingyong <houmingyong@huawei.com>
|
|
Date: Sun, 5 Jun 2022 14:44:37 +0800
|
|
Subject: [PATCH] decompress openssl sourece before build
|
|
|
|
---
|
|
.../intel-sgx-ssl-lin_2.15.1_1.1.1l/Linux/build_openssl.sh | 2 --
|
|
1 file changed, 2 deletions(-)
|
|
|
|
diff --git a/external/dcap_source/SGXDataCenterAttestationPrimitives-DCAP_1.12.1/QuoteVerification/intel-sgx-ssl-lin_2.15.1_1.1.1l/Linux/build_openssl.sh b/external/dcap_source/SGXDataCenterAttestationPrimitives-DCAP_1.12.1/QuoteVerification/intel-sgx-ssl-lin_2.15.1_1.1.1l/Linux/build_openssl.sh
|
|
index 7d77b79..43745b8 100755
|
|
--- a/external/dcap_source/SGXDataCenterAttestationPrimitives-DCAP_1.12.1/QuoteVerification/intel-sgx-ssl-lin_2.15.1_1.1.1l/Linux/build_openssl.sh
|
|
+++ b/external/dcap_source/SGXDataCenterAttestationPrimitives-DCAP_1.12.1/QuoteVerification/intel-sgx-ssl-lin_2.15.1_1.1.1l/Linux/build_openssl.sh
|
|
@@ -54,8 +54,6 @@ mkdir -p $SGXSSL_ROOT/package/lib64/
|
|
|
|
# build openssl modules, clean previous openssl dir if it exist
|
|
cd $SGXSSL_ROOT/../openssl_source || exit 1
|
|
-rm -rf $OPENSSL_VERSION
|
|
-tar xvf $OPENSSL_VERSION.tar.gz || exit 1
|
|
|
|
# Remove AESBS to support only AESNI and VPAES
|
|
sed -i '/BSAES_ASM/d' $OPENSSL_VERSION/Configure
|
|
--
|
|
2.23.0
|
|
|