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

Commit ec4861a

Browse files
committed
Updating PREREQUISITES.md for SGX SSL repo branch
Signed-off-by: pankajgoyal2 <[email protected]>
1 parent 59cc2bf commit ec4861a

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)