From 674a4c86cd5ecb626c52c623bc636b5423eed4e0 Mon Sep 17 00:00:00 2001 From: Lawrence Teo Date: Sat, 12 Sep 2015 19:34:08 +0000 Subject: 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@ --- usr.bin/openssl/ts.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'usr.bin/openssl/ts.c') 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)) || -- cgit v1.2.3