diff options
author | lteo <> | 2015-09-12 19:34:07 +0000 |
---|---|---|
committer | lteo <> | 2015-09-12 19:34:07 +0000 |
commit | 8c6d0b14d21df96627f6b3ff8430f8b0e3921ea1 (patch) | |
tree | 4ddf54d828aab78409ab1158c950cbbedb1d9d2e /src/usr.bin/openssl/openssl.1 | |
parent | 9480ccd0f85763578f4bb5f1b4b39e98da340d0f (diff) | |
download | openbsd-8c6d0b14d21df96627f6b3ff8430f8b0e3921ea1.tar.gz openbsd-8c6d0b14d21df96627f6b3ff8430f8b0e3921ea1.tar.bz2 openbsd-8c6d0b14d21df96627f6b3ff8430f8b0e3921ea1.zip |
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 'src/usr.bin/openssl/openssl.1')
-rw-r--r-- | src/usr.bin/openssl/openssl.1 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/openssl.1 b/src/usr.bin/openssl/openssl.1 index 7e4937207d..efa264fc9d 100644 --- a/src/usr.bin/openssl/openssl.1 +++ b/src/usr.bin/openssl/openssl.1 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: openssl.1,v 1.22 2015/09/11 14:30:23 bcook Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.23 2015/09/12 19:34:07 lteo Exp $ |
2 | .\" ==================================================================== | 2 | .\" ==================================================================== |
3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. | 3 | .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. |
4 | .\" | 4 | .\" |
@@ -112,7 +112,7 @@ | |||
112 | .\" | 112 | .\" |
113 | .\" OPENSSL | 113 | .\" OPENSSL |
114 | .\" | 114 | .\" |
115 | .Dd $Mdocdate: September 11 2015 $ | 115 | .Dd $Mdocdate: September 12 2015 $ |
116 | .Dt OPENSSL 1 | 116 | .Dt OPENSSL 1 |
117 | .Os | 117 | .Os |
118 | .Sh NAME | 118 | .Sh NAME |
@@ -5779,9 +5779,6 @@ if defined, allows an alternative configuration | |||
5779 | file location to be specified; it will be overridden by the | 5779 | file location to be specified; it will be overridden by the |
5780 | .Fl config | 5780 | .Fl config |
5781 | command line switch if it is present. | 5781 | command line switch if it is present. |
5782 | For compatibility reasons the | ||
5783 | .Ev SSLEAY_CONF | ||
5784 | environment variable serves the same purpose but its use is discouraged. | ||
5785 | .Sh REQ BUGS | 5782 | .Sh REQ BUGS |
5786 | .Nm OpenSSL Ns Li 's | 5783 | .Nm OpenSSL Ns Li 's |
5787 | handling of T61Strings | 5784 | handling of T61Strings |