Make PKCS#7 test work.
[openssl.git] / test / trsa
index e5b8fe0448eb90ce8c3199780880db8ecf7e4b50..249ac1ddcc6b4d3975c5bcadfd0a1f4d70b1dc06 100644 (file)
--- 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