summaryrefslogtreecommitdiff
path: root/lib/libc/hash/sha1.3
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-10-29 18:08:30 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-10-29 18:08:30 +0000
commit1013843531e9cdda0ba65ce79f233a818eb61753 (patch)
tree58df5ac7d75ad0c44740c770ef33020d0648edae /lib/libc/hash/sha1.3
parent3eaf6aec12d349c3bd8b8609d774f1d816a5abd6 (diff)
add RFC 3174 to SEE ALSO section
Diffstat (limited to 'lib/libc/hash/sha1.3')
-rw-r--r--lib/libc/hash/sha1.37
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index 6b1f4daf9ce..04c90fcee2e 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.20 2001/08/06 10:42:26 mpech Exp $
+.\" $OpenBSD: sha1.3,v 1.21 2001/10/29 18:08:29 millert Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -206,6 +206,11 @@ helper functions are derived from code written by Poul-Henning Kamp.
.%T The Secure Hash Standard
.%O FIPS PUB 180-1
.Re
+.Rs
+.%A D. Eastlake and P. Jones
+.%T US Secure Hash Algorithm 1
+.%O RFC 3174
+.Re
.Sh HISTORY
The SHA-1 functions appeared in
.Ox 2.0 .