Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/hash/sha1 More macros, less whitespace.
details: https://anonhg.NetBSD.org/src/rev/4cc41d8dd342
branches: trunk
changeset: 837286:4cc41d8dd342
user: wiz <wiz%NetBSD.org@localhost>
date: Tue Nov 27 10:38:14 2018 +0000
description:
More macros, less whitespace.
diffstat:
lib/libc/hash/sha1/sha1.3 | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r 3d709695ca2d -r 4cc41d8dd342 lib/libc/hash/sha1/sha1.3
--- a/lib/libc/hash/sha1/sha1.3 Tue Nov 27 10:35:03 2018 +0000
+++ b/lib/libc/hash/sha1/sha1.3 Tue Nov 27 10:38:14 2018 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: sha1.3,v 1.8 2018/11/27 03:29:36 kamil Exp $
+.\" $NetBSD: sha1.3,v 1.9 2018/11/27 10:38:14 wiz Exp $
.\" $OpenBSD: sha1.3,v 1.9 1998/03/07 22:18:12 millert Exp $
.\"
.\" Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller%courtesan.com@localhost>
@@ -45,7 +45,7 @@
.Fn SHA1End "SHA1_CTX *context" "char *buf"
.Ft "char *"
.Fn SHA1File "char *filename" "char *buf"
-.Ft "char *"
+.Ft "char *"
.Fn SHA1FileChunk "const char *filename" "char *buf" "off_t offset" "off_t length"
.Ft "char *"
.Fn SHA1Data "uint8_t *data" "size_t len" "char *buf"
@@ -205,7 +205,8 @@
The SHA-1 functions appeared in
.Nx 1.4 .
.Sh AUTHORS
-This implementation of SHA-1 was written by Steve Reid.
+This implementation of SHA-1 was written by
+.An Steve Reid .
.Pp
The
.Fn SHA1End ,
Home |
Main Index |
Thread Index |
Old Index