Remove OPENSSL_CONF=/dev/null from tests
[openssl.git] / test / testssl
index 0f5db08b5fd5c68f99ee61a70ccef2c67d3c7106..7e834a7a36bbeca36dff84545ef4c4a77cb34dc5 100644 (file)
@@ -10,7 +10,6 @@ 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