diff options
author | schwarze <> | 2018-03-20 22:06:59 +0000 |
---|---|---|
committer | schwarze <> | 2018-03-20 22:06:59 +0000 |
commit | 41b33f54cf5f2720bf8659bd75a3c9965690015c (patch) | |
tree | 712138aba4852f7c1774500b978317724297a280 /src/lib/libcrypto/man/des_read_pw.3 | |
parent | 2569df8cf23f0774a46e876591fb98fb4fc2dbf4 (diff) | |
download | openbsd-41b33f54cf5f2720bf8659bd75a3c9965690015c.tar.gz openbsd-41b33f54cf5f2720bf8659bd75a3c9965690015c.tar.bz2 openbsd-41b33f54cf5f2720bf8659bd75a3c9965690015c.zip |
des.h HISTORY up to SSLeay 0.8.1b; researched from OpenSSL git;
while here, drop irrelevant history of Kerberos random number generator
Diffstat (limited to 'src/lib/libcrypto/man/des_read_pw.3')
-rw-r--r-- | src/lib/libcrypto/man/des_read_pw.3 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/lib/libcrypto/man/des_read_pw.3 b/src/lib/libcrypto/man/des_read_pw.3 index e772d0a65a..a7060d6efa 100644 --- a/src/lib/libcrypto/man/des_read_pw.3 +++ b/src/lib/libcrypto/man/des_read_pw.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: des_read_pw.3,v 1.6 2017/01/06 17:17:29 schwarze Exp $ | 1 | .\" $OpenBSD: des_read_pw.3,v 1.7 2018/03/20 22:06:59 schwarze Exp $ |
2 | .\" OpenSSL doc/crypto/ui_compat.pod May 14 11:28:00 2006 +0000 | 2 | .\" OpenSSL doc/crypto/ui_compat.pod May 14 11:28:00 2006 +0000 |
3 | .\" OpenSSL doc/crypto/des.pod 2a9aca32 Oct 25 08:44:10 2001 +0000 | 3 | .\" OpenSSL doc/crypto/des.pod 2a9aca32 Oct 25 08:44:10 2001 +0000 |
4 | .\" | 4 | .\" |
@@ -50,7 +50,7 @@ | |||
50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 50 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 51 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
52 | .\" | 52 | .\" |
53 | .Dd $Mdocdate: January 6 2017 $ | 53 | .Dd $Mdocdate: March 20 2018 $ |
54 | .Dt DES_READ_PW 3 | 54 | .Dt DES_READ_PW 3 |
55 | .Os | 55 | .Os |
56 | .Sh NAME | 56 | .Sh NAME |
@@ -130,6 +130,10 @@ is functionally similar to | |||
130 | .Fn des_read_pw_string . | 130 | .Fn des_read_pw_string . |
131 | .Sh SEE ALSO | 131 | .Sh SEE ALSO |
132 | .Xr UI_new 3 | 132 | .Xr UI_new 3 |
133 | .Sh HISTORY | ||
134 | These functions appeared in SSLeay 0.8.1b or earlier | ||
135 | and have been available since | ||
136 | .Ox 2.4 . | ||
133 | .Sh AUTHORS | 137 | .Sh AUTHORS |
134 | .An Richard Levitte Aq Mt richard@levitte.org | 138 | .An Richard Levitte Aq Mt richard@levitte.org |
135 | for the OpenSSL project. | 139 | for the OpenSSL project. |