diff options
author | Richard Levitte <levitte@openssl.org> | 2015-05-28 21:48:17 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-05-29 12:41:50 +0200 |
commit | 7ea9f90d7734f07b5efd9a201e6e3254ce6a920b (patch) | |
tree | d14e3ecb678ad5fe80bcc4f234bf6565824e238e /test/tcrl | |
parent | Restore module loading (diff) | |
download | openssl-7ea9f90d7734f07b5efd9a201e6e3254ce6a920b.tar.xz openssl-7ea9f90d7734f07b5efd9a201e6e3254ce6a920b.zip |
Remove OPENSSL_CONF=/dev/null from tests
Almost two months ago, the warning about non-existing config file was
supressed by setting the environment variable OPENSSL_CONF to /dev/null
everywhere. Now that this warning is gone, that practice is no longer
needed.
Reviewed-by: Stephen Henson <steve@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/tcrl')
-rw-r--r-- | test/tcrl | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1,6 +1,5 @@ #!/bin/sh -OPENSSL_CONF=/dev/null ; export OPENSSL_CONF cmd='../util/shlib_wrap.sh ../apps/openssl crl' if [ "$1"x != "x" ]; then |