Skip to content

Commit 425d06d

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

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
@@ -594,7 +594,7 @@ privkey.rsa:
594594
$(ICC_ROOT)/openssl-1.1.1/apps/openssl genrsa -out privkey.rsa 2048
595595

596596
pubkey.h: privkey.rsa
597-
../openssl-1.1.1/apps/openssl rsa -in privkey.rsa -outform DER -RSAPublicKey_out > rsa_pub_key.der
597+
$(ICC_ROOT)/openssl-1.1.1/apps/openssl rsa -in privkey.rsa -outform DER -RSAPublicKey_out > rsa_pub_key.der
598598
echo "/*This is an auto generated code please DO NOT modify*/" > pubkey.h
599599
perl bin2hex.pl rsa_pub_key.der temp.h
600600
cat temp.h >> pubkey.h

0 commit comments

Comments
 (0)