Skip to content
This repository was archived by the owner on Jan 27, 2022. It is now read-only.

Commit 213a433

Browse files
authored
Merge pull request #364 from pankajgoyal2/standalone-fix
Updating PREREQUISITES.md for SGX SSL repo branch
2 parents 0ff8a90 + ec4861a commit 213a433

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

PREREQUISITES.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,10 +357,11 @@ problems.
357357
cd ~/sgxssl
358358
```
359359

360-
- Download the latest SGX SSL git repository for your version of OpenSSL:
360+
- Download specific version of SGX SSL git repository.
361+
Using SGX SSL tag "lin_2.5_1.1.1d" corresponding to openSSL version 1.1.1d
361362

362363
```bash
363-
git clone 'https://github.com/intel/intel-sgx-ssl.git'
364+
git clone -b lin_2.5_1.1.1d 'https://github.com/intel/intel-sgx-ssl.git'
364365
```
365366

366367
- Download the OpenSSL source package for your version of OpenSSL.

0 commit comments

Comments
 (0)