Skip to content

Commit 6aa94f0

Browse files
authored
Update README.md
1 parent 7daf2d3 commit 6aa94f0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

samples/sgx-ra/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ $ cd $HOME
2020
$ OS_PLATFORM=ubuntu20.04
2121
$ OS_CODE_NAME=`lsb_release -sc`
2222
$ SGX_PLATFORM=$OS_PLATFORM-server
23-
$ SGX_RELEASE_VERSION=1.17
23+
$ SGX_RELEASE_VERSION=1.22
2424
$ SGX_DRIVER_VERSION=1.41
25-
$ SGX_SDK_VERSION=2.20.100.4
25+
$ SGX_SDK_VERSION=2.25.100.3
2626

2727
# install the dependencies
2828
$ sudo apt-get update
@@ -53,7 +53,7 @@ $ # Verify that the paths are correctly set
5353
$ which ar as ld objcopy objdump ranlib
5454
$ cd ../
5555
$ git clone https://github.com/intel/intel-sgx-ssl.git
56-
$ wget https://www.openssl.org/source/openssl-1.1.1v.tar.gz -O intel-sgx-ssl/openssl_source/openssl-1.1.1v.tar.gz
56+
$ wget https://www.openssl.org/source/openssl-3.0.14.tar.gz -O intel-sgx-ssl/openssl_source/openssl-3.0.14.tar.gz
5757
$ cd intel-sgx-ssl/Linux
5858
$ source /opt/intel/sgxsdk/environment
5959
$ make all

0 commit comments

Comments
 (0)