aboutsummaryrefslogtreecommitdiff
path: root/lib/libmd
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2005-01-20 09:17:07 +0000
commit24a0682c6465290759ed0b09ea16e40e7cd47053 (patch)
tree13c84f0554aefe96321f671bc8860f5e9f184a5a /lib/libmd
parente1239d17fe51ff52f68635ebbb01e77d58371618 (diff)
downloadsrc-24a0682c6465290759ed0b09ea16e40e7cd47053.tar.gz
src-24a0682c6465290759ed0b09ea16e40e7cd47053.zip
Sort sections.
Notes
Notes: svn path=/head/; revision=140505
Diffstat (limited to 'lib/libmd')
-rw-r--r--lib/libmd/mdX.36
-rw-r--r--lib/libmd/ripemd.36
-rw-r--r--lib/libmd/sha.36
3 files changed, 9 insertions, 9 deletions
diff --git a/lib/libmd/mdX.3 b/lib/libmd/mdX.3
index 2d879bca517c..8677bcafd50f 100644
--- a/lib/libmd/mdX.3
+++ b/lib/libmd/mdX.3
@@ -182,6 +182,9 @@ argument is non-null it must point to at least 33 characters of buffer space.
.%N 4
.%D November 12, 1996
.Re
+.Sh HISTORY
+These functions appeared in
+.Fx 2.0 .
.Sh AUTHORS
The original MDX routines were developed by
.Tn RSA
@@ -190,9 +193,6 @@ This code is derived directly from these implementations by
.An Poul-Henning Kamp Aq phk@FreeBSD.org
.Pp
Phk ristede runen.
-.Sh HISTORY
-These functions appeared in
-.Fx 2.0 .
.Sh BUGS
No method is known to exist which finds two files having the same hash value,
nor to find a file with a specific hash value.
diff --git a/lib/libmd/ripemd.3 b/lib/libmd/ripemd.3
index 53b172e92662..068faac6c932 100644
--- a/lib/libmd/ripemd.3
+++ b/lib/libmd/ripemd.3
@@ -127,14 +127,14 @@ argument is non-null it must point to at least 41 characters of buffer space.
.Xr md4 3 ,
.Xr md5 3 ,
.Xr sha 3
+.Sh HISTORY
+These functions appeared in
+.Fx 4.0 .
.Sh AUTHORS
The core hash routines were implemented by Eric Young based on the
published
.Tn RIPEMD160
specification.
-.Sh HISTORY
-These functions appeared in
-.Fx 4.0 .
.Sh BUGS
No method is known to exist which finds two files having the same hash value,
nor to find a file with a specific hash value.
diff --git a/lib/libmd/sha.3 b/lib/libmd/sha.3
index b8a7f960a45d..d24ad954c3bc 100644
--- a/lib/libmd/sha.3
+++ b/lib/libmd/sha.3
@@ -158,14 +158,14 @@ argument is non-null it must point to at least 41 characters of buffer space.
.Xr md4 3 ,
.Xr md5 3 ,
.Xr ripemd 3
+.Sh HISTORY
+These functions appeared in
+.Fx 4.0 .
.Sh AUTHORS
The core hash routines were implemented by Eric Young based on the
published
.Tn FIPS
standards.
-.Sh HISTORY
-These functions appeared in
-.Fx 4.0 .
.Sh BUGS
No method is known to exist which finds two files having the same hash value,
nor to find a file with a specific hash value.