From 46c4647e3c7e5bd0ba9267091bb18677ee387f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bodo=20M=C3=B6ller?= Date: Mon, 13 Mar 2000 20:31:46 +0000 Subject: "openssl no-..." commands for avoiding the need to grep "openssl list-standard-commands". --- test/testss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/testss') 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 -- cgit v1.2.3