summaryrefslogtreecommitdiff
path: root/lib/libc/hash
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-05-25 21:16:28 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-05-25 21:16:28 +0000
commit7c983533d3b7679ec8a5d6b1ef8508d67b352fda (patch)
tree743276abfb3ecd9ac3303b0111685a20105bb508 /lib/libc/hash
parent79778de77bf5929faa26c8b41fdb13395dab7345 (diff)
kill some old macros
Diffstat (limited to 'lib/libc/hash')
-rw-r--r--lib/libc/hash/rmd160.34
-rw-r--r--lib/libc/hash/sha1.34
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3
index 47c2354dbcc..87d148322ed 100644
--- a/lib/libc/hash/rmd160.3
+++ b/lib/libc/hash/rmd160.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: rmd160.3,v 1.7 1999/05/25 13:06:45 aaron Exp $
+.\" $OpenBSD: rmd160.3,v 1.8 1999/05/25 21:16:24 aaron Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -186,7 +186,7 @@ perform byte swapping on little endian machines such as the i386, alpha,
and vax.
.Sh AUTHOR
This implementation of RMD-160 was written by Antoon Bosselaers.
-.br
+.Pp
The
.Fn RMD160End ,
.Fn RMD160File ,
diff --git a/lib/libc/hash/sha1.3 b/lib/libc/hash/sha1.3
index 1ab15159bf1..50d318e079a 100644
--- a/lib/libc/hash/sha1.3
+++ b/lib/libc/hash/sha1.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: sha1.3,v 1.12 1999/05/25 13:06:45 aaron Exp $
+.\" $OpenBSD: sha1.3,v 1.13 1999/05/25 21:16:25 aaron Exp $
.\"
.\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com>
.\" All rights reserved.
@@ -186,7 +186,7 @@ perform byte swapping on little endian machines such as the i386, alpha,
and vax.
.Sh AUTHOR
This implementation of SHA-1 was written by Steve Reid.
-.br
+.Pp
The
.Fn SHA1End ,
.Fn SHA1File ,