Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/hash/sha2 Remove Tn. Do not split on An lines.



details:   https://anonhg.NetBSD.org/src/rev/96ed475e1c87
branches:  trunk
changeset: 827487:96ed475e1c87
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Oct 30 15:44:29 2017 +0000

description:
Remove Tn. Do not split on An lines.

diffstat:

 lib/libc/hash/sha2/sha2.3 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (32 lines):

diff -r 64dcf1c36890 -r 96ed475e1c87 lib/libc/hash/sha2/sha2.3
--- a/lib/libc/hash/sha2/sha2.3 Mon Oct 30 15:43:21 2017 +0000
+++ b/lib/libc/hash/sha2/sha2.3 Mon Oct 30 15:44:29 2017 +0000
@@ -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 <Todd.Miller%courtesan.com@localhost>
@@ -203,9 +203,8 @@
 .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 @@
 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 ,



Home | Main Index | Thread Index | Old Index