Skip to content

Commit 08a9cce

Browse files
Update icc/Makefile
Co-authored-by: Simon McMahon <[email protected]> Signed-off-by: Robin Dubey <[email protected]>
1 parent d95cdc5 commit 08a9cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ nist_algs$(EXESUFX): nist_algs1$(OBJSUFX)
591591

592592
#- stand alone signing tool
593593
privkey.rsa:
594-
../openssl-1.1.1/apps/openssl genrsa -out privkey.rsa 2048
594+
$(ICC_ROOT)/openssl-1.1.1/apps/openssl genrsa -out privkey.rsa 2048
595595

596596
pubkey.h: privkey.rsa
597597
../openssl-1.1.1/apps/openssl rsa -in privkey.rsa -outform DER -RSAPublicKey_out > rsa_pub_key.der

0 commit comments

Comments
 (0)