Module Name: src Committed By: joerg Date: Mon Apr 5 21:27:01 UTC 2010
Modified Files: src/lib/libc/hash/sha1: sha1.3 Log Message: \\ -> \e To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/lib/libc/hash/sha1/sha1.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/sha1/sha1.3 diff -u src/lib/libc/hash/sha1/sha1.3:1.5 src/lib/libc/hash/sha1/sha1.3:1.6 --- src/lib/libc/hash/sha1/sha1.3:1.5 Fri Nov 6 20:31:18 2009 +++ src/lib/libc/hash/sha1/sha1.3 Mon Apr 5 21:27:01 2010 @@ -1,4 +1,4 @@ -.\" $NetBSD: sha1.3,v 1.5 2009/11/06 20:31:18 joerg Exp $ +.\" $NetBSD: sha1.3,v 1.6 2010/04/05 21:27:01 joerg Exp $ .\" $OpenBSD: sha1.3,v 1.9 1998/03/07 22:18:12 millert Exp $ .\" .\" Copyright (c) 1997, 2004 Todd C. Miller <todd.mil...@courtesan.com> @@ -159,7 +159,7 @@ printf("0x"); for (n = 0; n \*[Lt] 20; n++) printf("%02x", results[n]); -putchar('\\n'); +putchar('\en'); .Ed .Pp Alternately, the helper functions could be used in the following way: