X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=test%2Ftrsa;h=413e2ec0a0cd49ecbd924f5f80477f21f283612c;hp=e5b8fe0448eb90ce8c3199780880db8ecf7e4b50;hb=7ae46c676142a675ea3fd0c8ca66d2cbc6a5a30e;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17 diff --git a/test/trsa b/test/trsa index e5b8fe0448..413e2ec0a0 100644 --- a/test/trsa +++ b/test/trsa @@ -1,9 +1,18 @@ #!/bin/sh -PATH=../apps:$PATH +if test "$OSTYPE" = msdosdjgpp; then + PATH=../apps\;$PATH +else + PATH=../apps:$PATH +fi export PATH -cmd='../apps/ssleay rsa' +if ../apps/openssl no-rsa; then + echo skipping rsa conversion test + exit 0 +fi + +cmd='../apps/openssl rsa' if [ "$1"x != "x" ]; then t=$1