cert_sk isn't always allocated, so freeing it may cause a crash.
[openssl.git] / test / tcrl
index acaf8f3c47165ce17195346a72f132de48d0d165..f71ef7a8630ca287ed6e8d594a64be8074cab4f8 100644 (file)
--- a/test/tcrl
+++ b/test/tcrl
@@ -1,6 +1,10 @@
 #!/bin/sh
 
-PATH=../apps:$PATH
+if test "$OSTYPE" = msdosdjgpp; then
+    PATH=../apps\;$PATH
+else
+    PATH=../apps:$PATH
+fi
 export PATH
 
 cmd='../apps/openssl crl'