summaryrefslogtreecommitdiff
path: root/lib/libc/hash/sha1.3
diff options
context:
space:
mode:
authorMike Pechkin <mpech@cvs.openbsd.org>2001-08-06 10:42:27 +0000
committerMike Pechkin <mpech@cvs.openbsd.org>2001-08-06 10:42:27 +0000
commit1320ab033fe87f3c4bbe6a5b938051a972e2c008 (patch)
tree08643f7157203db17f792c9fa6e21e98cbb2ed53 /lib/libc/hash/sha1.3
parentee5b7a2eb6e46300664b2e6619df8f6ef2e27947 (diff)
o) We always close .Bl and .Bd tags;
o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok
Diffstat (limited to 'lib/libc/hash/sha1.3')
-rw-r--r--lib/libc/hash/sha1.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index d453cc15d4e..6b1f4daf9ce 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.19 2000/12/21 17:34:33 aaron Exp $
+.\" $OpenBSD: sha1.3,v 1.20 2001/08/06 10:42:26 mpech Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -187,7 +187,7 @@ If a message digest is to be copied to a multi-byte type (ie:
an array of five 32-bit integers) it will be necessary to
perform byte swapping on little endian machines such as the i386, alpha,
and vax.
-.Sh AUTHOR
+.Sh AUTHORS
This implementation of SHA-1 was written by Steve Reid.
.Pp
The
@@ -201,7 +201,6 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Xr md4 3 ,
.Xr md5 3 ,
.Xr rmd160 3
-.Pp
.Rs
.%A J. Burrows
.%T The Secure Hash Standard