X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Ftrsa;h=249ac1ddcc6b4d3975c5bcadfd0a1f4d70b1dc06;hb=592a207b94dadbd03f352e8f74133efc0a141e3d;hp=e5b8fe0448eb90ce8c3199780880db8ecf7e4b50;hpb=eda1f21f1af8b6f77327e7b37573af9c1ba73726;p=oweals%2Fopenssl.git diff --git a/test/trsa b/test/trsa index e5b8fe0448..249ac1ddcc 100644 --- a/test/trsa +++ b/test/trsa @@ -1,9 +1,11 @@ #!/bin/sh -PATH=../apps:$PATH -export PATH +if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then + echo skipping rsa conversion test + exit 0 +fi -cmd='../apps/ssleay rsa' +cmd='../util/shlib_wrap.sh ../apps/openssl rsa' if [ "$1"x != "x" ]; then t=$1