diff options
author | 2003-05-30 21:01:02 +0000 | |
---|---|---|
committer | 2003-05-30 21:01:02 +0000 | |
commit | 00013f63d525c5c1dd4dd24266913fc51d0de6b1 (patch) | |
tree | 716d5011f861f999c83006e5bda142dfc87d72bf /lib/libc | |
parent | kill an unused variable (diff) | |
download | wireguard-openbsd-00013f63d525c5c1dd4dd24266913fc51d0de6b1.tar.xz wireguard-openbsd-00013f63d525c5c1dd4dd24266913fc51d0de6b1.zip |
section reorder;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/md/mdX.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/md/mdX.3 b/lib/libc/md/mdX.3 index 03569568cd7..f705bc1be12 100644 --- a/lib/libc/md/mdX.3 +++ b/lib/libc/md/mdX.3 @@ -6,7 +6,7 @@ .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp .\" ---------------------------------------------------------------------------- .\" -.\" $OpenBSD: mdX.3,v 1.17 2001/08/06 10:42:26 mpech Exp $ +.\" $OpenBSD: mdX.3,v 1.18 2003/05/30 21:01:02 jmc Exp $ .\" .Dd October 9, 1996 .Dt MDX 3 @@ -168,6 +168,9 @@ argument is non-null it must point to at least 33 characters of buffer space. .%A Hans Dobbertin .%T Cryptanalysis of MD5 Compress .Re +.Sh HISTORY +These functions appeared in +.Ox 2.0 . .Sh AUTHORS The original MDX routines were developed by .Tn RSA @@ -176,9 +179,6 @@ This code is derived directly from these implementations by Poul-Henning Kamp .Aq Li phk@login.dkuug.dk .Pp Phk ristede runen. -.Sh HISTORY -These functions appeared in -.Ox 2.0 . .Sh BUGS Hans Dobbertin has shown collisions for the full version of MD4 and found a collision in the compress function of MD5. |