Use p==NULL not !p (in if statements, mainly)
[openssl.git] / test / testssl
index 71b4d2a271367262da3ca2f408ca5f310791083e..367807b47bf133c6712d2dac01d2d2dd89e3271a 100644 (file)
@@ -10,6 +10,7 @@ if [ "$2" = "" ]; then
 else
   cert="$2"
 fi
+OPENSSL_CONF=/dev/null ; export OPENSSL_CONF
 ssltest="../util/shlib_wrap.sh ./ssltest -key $key -cert $cert -c_key $key -c_cert $cert"
 
 if ../util/shlib_wrap.sh ../apps/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then