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/testenc | |
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/testenc')
-rw-r--r-- | test/testenc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/testenc b/test/testenc index 87b70ec111..941a302ff7 100644 --- a/test/testenc +++ b/test/testenc @@ -3,7 +3,6 @@ testsrc=testenc test=./p -OPENSSL_CONF=/dev/null ; export OPENSSL_CONF cmd="../util/shlib_wrap.sh ../apps/openssl" cat $testsrc >$test; |