Loading test/trsa +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ PATH=../apps:$PATH export PATH if ../apps/openssl list-standard-commands | grep '^rsa$' >/dev/null; then echo openssl rsa command available else echo openssl rsa command not available, skipping test exit 0 fi cmd='../apps/openssl rsa' if [ "$1"x != "x" ]; then Loading Loading
test/trsa +7 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,13 @@ PATH=../apps:$PATH export PATH if ../apps/openssl list-standard-commands | grep '^rsa$' >/dev/null; then echo openssl rsa command available else echo openssl rsa command not available, skipping test exit 0 fi cmd='../apps/openssl rsa' if [ "$1"x != "x" ]; then Loading