File tree Expand file tree Collapse file tree 3 files changed +5
-35
lines changed
Expand file tree Collapse file tree 3 files changed +5
-35
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -167,6 +167,7 @@ create_openssl: ../openssl_source/$(OPENSSL_VER)-icc.tar.gz
167167 rm -r $(OPENSSL_VER) openssl ; \
168168 rm -rf x; mkdir x; cd x; \
169169 tar xzf ../openssl_source/$(OPENSSL_VER)-icc.tar.gz ; \
170+ sleep 1; \
170171 mv openssl ../$(OPENSSL_VER) ; \
171172 chmod +x ../$(OPENSSL_VER)/Configure ; \
172173 cd ..; \
@@ -597,7 +598,7 @@ privkey.rsa:
597598pubkey.h : privkey.rsa
598599 $(OPENSSL_PATH_SETUP ) $(MYOPENSSL ) rsa -in privkey.rsa -outform DER -RSAPublicKey_out > rsa_pub_key.der
599600 echo " /*This is an auto generated code please DO NOT modify*/" > pubkey.h
600- perl $(ICC_ROOT ) /bin2hex.pl rsa_pub_key.der temp.h
601+ perl $(ICC_ROOT ) /icc/ bin2hex.pl rsa_pub_key.der temp.h
601602 cat temp.h >> pubkey.h
602603 echo pubkey.h
603604 cat pubkey.h
Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ icc.res: icc.rc
1111$(MYOPENSSL ) : openssl.exe
1212 $(CP ) openssl.exe $@
1313
14+ ../$(OPENSSL_VER ) /apps/openssl$(OBJSUFX ) : ../$(OPENSSL_VER ) /apps/openssl.c
15+ $(BUILD_OSSL )
16+
1417openssl$(OBJSUFX ) : $(OSSL_DIR ) /apps/openssl$(OBJSUFX )
1518 cp $(OSSL_DIR ) /apps/openssl$(OBJSUFX ) $@
1619
You can’t perform that action at this time.
0 commit comments