From 48f48f4249382ab8c70da0099d02482f6d0a4d52 Mon Sep 17 00:00:00 2001 From: aaron <> Date: Tue, 25 May 1999 21:16:25 +0000 Subject: [PATCH] kill some old macros --- src/lib/libc/hash/rmd160.3 | 4 ++-- src/lib/libc/hash/sha1.3 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/lib/libc/hash/rmd160.3 b/src/lib/libc/hash/rmd160.3 index 47c2354d..87d14832 100644 --- a/src/lib/libc/hash/rmd160.3 +++ b/src/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 .\" 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/src/lib/libc/hash/sha1.3 b/src/lib/libc/hash/sha1.3 index 1ab15159..50d318e0 100644 --- a/src/lib/libc/hash/sha1.3 +++ b/src/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 .\" 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 ,