Make {i2v,v2i}_ASN1_BIT_STRING global.
[openssl.git] / test / tcrl
index 859fba452f51586a2a8b54f0ce056e06eb9f79cd..f71ef7a8630ca287ed6e8d594a64be8074cab4f8 100644 (file)
--- a/test/tcrl
+++ b/test/tcrl
@@ -1,9 +1,13 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
-cmd='../apps/ssleay crl'
+cmd='../apps/openssl crl'
 
 if [ "$1"x != "x" ]; then
        t=$1