aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.ssl
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/Makefile.ssl
parentd58d6c27834a71627ab1001c8478de21ccaa8db7 (diff)
downloadopenssl-46c4647e3c7e5bd0ba9267091bb18677ee387f52.tar.gz
"openssl no-..." commands for avoiding the need to grep
"openssl list-standard-commands".
Diffstat (limited to 'test/Makefile.ssl')
-rw-r--r--test/Makefile.ssl6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.ssl b/test/Makefile.ssl
index 8cd3be0eaa..5f36364017 100644
--- a/test/Makefile.ssl
+++ b/test/Makefile.ssl
@@ -215,11 +215,11 @@ test_ssl: keyU.ss certU.ss certCA.ss
@sh ./testssl keyU.ss certU.ss certCA.ss
test_ca:
- @if ../apps/openssl list-standard-commands | grep '^rsa$$' >/dev/null; then \
+ @if ../apps/openssl no-rsa; then \
+ echo "skipping CA.sh test -- requires RSA"; \
+ else \
echo "Generate and certify a test certificate via the 'ca' program"; \
sh ./testca; \
- else \
- echo "skipping CA.sh test -- requires RSA"; \
fi
lint: