summaryrefslogtreecommitdiffstats
path: root/test/testss
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2000-03-13 20:31:46 +0000
committerBodo Möller <bodo@openssl.org>2000-03-13 20:31:46 +0000
commit46c4647e3c7e5bd0ba9267091bb18677ee387f52 (patch)
tree1883389c23f38342db0c9a25855abf7cda6ce056 /test/testss
parentd58d6c27834a71627ab1001c8478de21ccaa8db7 (diff)
"openssl no-..." commands for avoiding the need to grep
"openssl list-standard-commands".
Diffstat (limited to 'test/testss')
-rw-r--r--test/testss6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/testss b/test/testss
index bcc4f5295e..2f600f04d8 100644
--- a/test/testss
+++ b/test/testss
@@ -20,10 +20,10 @@ Ucert="certU.ss"
echo
echo "make a certificate request using 'req'"
-if ../apps/openssl list-standard-commands | grep '^rsa$' >/dev/null; then
- req_new='-new'
-else
+if ../apps/openssl no-rsa; then
req_new='-newkey dsa:../apps/dsa512.pem'
+else
+ req_new='-new'
fi
$reqcmd -config $CAconf -out $CAreq -keyout $CAkey $req_new #>err.ss