Loading apps/Makefile.ssl +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL) LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \ LIBRPATH=$(INSTALLTOP)/lib \ link_app.$${shlib_target} @for i in `ls ../*.dll 2>/dev/null`; do cp -p $$i .; done; exit 0 @case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac -(cd ..; \ OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \ $(PERL) tools/c_rehash certs) Loading test/Makefile.ssl +1 −1 Original line number Diff line number Diff line Loading @@ -844,7 +844,7 @@ dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO) LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \ LIBRPATH=$(INSTALLTOP)/lib \ link_app.$${shlib_target} @for i in `ls ../*.dll 2>/dev/null`; do cp -p $$i .; done; exit 0 @case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac # DO NOT DELETE THIS LINE -- make depend depends on it. Loading Loading
apps/Makefile.ssl +1 −1 Original line number Diff line number Diff line Loading @@ -171,7 +171,7 @@ $(EXE): progs.h $(E_OBJ) $(PROGRAM).o $(DLIBCRYPTO) $(DLIBSSL) LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \ LIBRPATH=$(INSTALLTOP)/lib \ link_app.$${shlib_target} @for i in `ls ../*.dll 2>/dev/null`; do cp -p $$i .; done; exit 0 @case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac -(cd ..; \ OPENSSL="`pwd`/util/opensslwrap.sh"; export OPENSSL; \ $(PERL) tools/c_rehash certs) Loading
test/Makefile.ssl +1 −1 Original line number Diff line number Diff line Loading @@ -844,7 +844,7 @@ dummytest$(EXE_EXT): dummytest.o $(DLIBCRYPTO) LIBDEPS="$(PEX_LIBS) $$LIBRARIES $(EX_LIBS)" \ LIBRPATH=$(INSTALLTOP)/lib \ link_app.$${shlib_target} @for i in `ls ../*.dll 2>/dev/null`; do cp -p $$i .; done; exit 0 @case "../*.dll" in *\**) ;; *) cp -p ../*.dll .;; esac # DO NOT DELETE THIS LINE -- make depend depends on it. Loading