Loading Makefile.org +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ links: (cd $$i && echo "making links in $$i..." && \ $(MAKE) SDIRS='${SDIRS}' links ) || exit 1; \ done; @(SSLEAY="`pwd`/apps/openssl"; export SSLEAY; sh tools/c_rehash certs) @(OPENSSL="`pwd`/apps/openssl"; export OPENSSL; sh tools/c_rehash certs) dclean: /bin/rm -f *.bak Loading tools/c_hash +1 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,6 @@ for i in $* do h=`ssleay x509 -hash -noout -in $i` h=`openssl x509 -hash -noout -in $i` echo "$h.0 => $i" done tools/c_info +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ for i in $* do n=`ssleay x509 -subject -issuer -enddate -noout -in $i` n=`openssl x509 -subject -issuer -enddate -noout -in $i` echo "$i" echo "$n" echo "--------" Loading tools/c_issuer +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ for i in $* do n=`ssleay x509 -issuer -noout -in $i` n=`openssl x509 -issuer -noout -in $i` echo "$i\t$n" done tools/c_name +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ for i in $* do n=`ssleay x509 -subject -noout -in $i` n=`openssl x509 -subject -noout -in $i` echo "$i $n" done Loading
Makefile.org +1 −1 Original line number Diff line number Diff line Loading @@ -237,7 +237,7 @@ links: (cd $$i && echo "making links in $$i..." && \ $(MAKE) SDIRS='${SDIRS}' links ) || exit 1; \ done; @(SSLEAY="`pwd`/apps/openssl"; export SSLEAY; sh tools/c_rehash certs) @(OPENSSL="`pwd`/apps/openssl"; export OPENSSL; sh tools/c_rehash certs) dclean: /bin/rm -f *.bak Loading
tools/c_hash +1 −1 Original line number Diff line number Diff line Loading @@ -4,6 +4,6 @@ for i in $* do h=`ssleay x509 -hash -noout -in $i` h=`openssl x509 -hash -noout -in $i` echo "$h.0 => $i" done
tools/c_info +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ for i in $* do n=`ssleay x509 -subject -issuer -enddate -noout -in $i` n=`openssl x509 -subject -issuer -enddate -noout -in $i` echo "$i" echo "$n" echo "--------" Loading
tools/c_issuer +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ for i in $* do n=`ssleay x509 -issuer -noout -in $i` n=`openssl x509 -issuer -noout -in $i` echo "$i\t$n" done
tools/c_name +1 −1 Original line number Diff line number Diff line Loading @@ -5,6 +5,6 @@ for i in $* do n=`ssleay x509 -subject -noout -in $i` n=`openssl x509 -subject -noout -in $i` echo "$i $n" done