summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/ts.c
diff options
context:
space:
mode:
authorLawrence Teo <lteo@cvs.openbsd.org>2015-09-12 19:34:08 +0000
committerLawrence Teo <lteo@cvs.openbsd.org>2015-09-12 19:34:08 +0000
commit674a4c86cd5ecb626c52c623bc636b5423eed4e0 (patch)
treebf9dbab3ceb08ff5c7778119474cd64d8eb487b1 /usr.bin/openssl/ts.c
parent03a76a3f281b7afa20026d7900942fe09bf75321 (diff)
Nuke SSLEAY_CONF -- a backwards compatibility environment variable that
has been superseded by OPENSSL_CONF and discouraged from use for almost 16 years. "Definately ok" jsing@ "burn it" deraadt@ "Kill it with fire" miod@ "KILL IT WITH FIRE!!! BURN!!!!" beck@
Diffstat (limited to 'usr.bin/openssl/ts.c')
-rw-r--r--usr.bin/openssl/ts.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/openssl/ts.c b/usr.bin/openssl/ts.c
index e958d0aaffd..258e636b036 100644
--- a/usr.bin/openssl/ts.c
+++ b/usr.bin/openssl/ts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ts.c,v 1.6 2015/09/11 14:30:23 bcook Exp $ */
+/* $OpenBSD: ts.c,v 1.7 2015/09/12 19:34:07 lteo Exp $ */
/* Written by Zoltan Glozik (zglozik@stones.com) for the OpenSSL
* project 2002.
*/
@@ -347,8 +347,6 @@ load_config_file(const char *configfile)
if (!configfile)
configfile = getenv("OPENSSL_CONF");
- if (!configfile)
- configfile = getenv("SSLEAY_CONF");
if (configfile &&
(!(conf = NCONF_new(NULL)) ||