Module Name: src
Committed By: wiz
Date: Mon Oct 30 15:44:29 UTC 2017
Modified Files:
src/lib/libc/hash/sha2: sha2.3
Log Message:
Remove Tn. Do not split on An lines.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/lib/libc/hash/sha2/sha2.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/hash/sha2/sha2.3
diff -u src/lib/libc/hash/sha2/sha2.3:1.7 src/lib/libc/hash/sha2/sha2.3:1.8
--- src/lib/libc/hash/sha2/sha2.3:1.7 Wed Oct 25 16:04:00 2017
+++ src/lib/libc/hash/sha2/sha2.3 Mon Oct 30 15:44:29 2017
@@ -1,4 +1,4 @@
-.\" $NetBSD: sha2.3,v 1.7 2017/10/25 16:04:00 abhinav Exp $
+.\" $NetBSD: sha2.3,v 1.8 2017/10/30 15:44:29 wiz Exp $
.\" $OpenBSD: sha2.3,v 1.11 2004/06/22 01:57:29 jfb Exp $
.\"
.\" Copyright (c) 2003, 2004 Todd C. Miller <[email protected]>
@@ -203,9 +203,8 @@ The
.Fn SHA256_End
function is a front end for
.Fn SHA256_Final
-which converts the digest into an
-.Tn ASCII
-representation of the digest in hexadecimal.
+which converts the digest into an ASCII representation of the digest
+in hexadecimal.
.Pp
The
.Fn SHA256_File
@@ -312,8 +311,9 @@ The SHA2 functions appeared in
and
.Nx 3.0 .
.Sh AUTHORS
+.An -nosplit
This implementation of the SHA functions was written by
-.An Aaron D. Gifford.
+.An Aaron D. Gifford .
.Pp
The
.Fn SHA256_End ,