X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftrsa;h=bd6c07650a5b69efbedc1b36fb8946d221bd265d;hp=a7a624978f329225a346185611581a4891777d00;hb=305a1afcf71cbca9c432918dcdce4ac3b2f6a002;hpb=ee607d338a6b023375d70e487062a47de65f5508 diff --git a/test/trsa b/test/trsa index a7a624978f..bd6c07650a 100644 --- a/test/trsa +++ b/test/trsa @@ -3,10 +3,8 @@ 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 +if ../apps/openssl no-rsa; then + echo skipping rsa conversion test exit 0 fi