Skip to content

Commit

Permalink
Merge pull request #12 from jinghe-INTC/download_ossl_src
Browse files Browse the repository at this point in the history
try to add downloading for autobuild
  • Loading branch information
jinghe-INTC authored Feb 28, 2024
2 parents 2e47664 + 7513f4f commit e6547e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Linux/build_openssl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# this variable must be set to the path where Intel® Software Guard Extensions SDK is installed
SGXSSL_ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
echo $SGXSSL_ROOT

wget https://www.openssl.org/source/openssl-3.0.13.tar.gz --directory-prefix=../../openssl_source/ || exit 1
OPENSSL_VERSION=`ls $SGXSSL_ROOT/../openssl_source/*3.0.*.tar.gz | head -1 | grep -o '[^/]*$' | sed -s -- 's/\.tar\.gz//'`
if [ "$OPENSSL_VERSION" == "" ]
then
Expand Down

0 comments on commit e6547e6

Please sign in to comment.