summaryrefslogtreecommitdiff
path: root/lib/libc/hash/sha1.3
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-10-06 14:55:30 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-10-06 14:55:30 +0000
commit5e9225b5720c4af1ae910249c95b2e940b953a39 (patch)
tree101c2a0ef188b9fbfffb361aedc0f99cb5643603 /lib/libc/hash/sha1.3
parente7b8e7a19a9b8d390ef91a79d68afc0864e03ca7 (diff)
- let cryptographic checksums refer to each other
- avoid .Xref to one's own manpage
Diffstat (limited to 'lib/libc/hash/sha1.3')
-rw-r--r--lib/libc/hash/sha1.35
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index bf27f04645d..a115d785412 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.16 1999/08/11 03:06:06 deraadt Exp $
+.\" $OpenBSD: sha1.3,v 1.17 1999/10/06 14:55:29 espie Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -197,7 +197,8 @@ helper functions are derived from code written by Poul-Henning Kamp.
.Sh SEE ALSO
.Xr sha1 1 ,
.Xr md4 3 ,
-.Xr md5 3
+.Xr md5 3 ,
+.Xr rmd160 3
.Pp
.Rs
.%A J. Burrows