diff options
Diffstat (limited to 'lib/libc/hash/rmd160.3')
-rw-r--r-- | lib/libc/hash/rmd160.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/hash/rmd160.3 b/lib/libc/hash/rmd160.3 index 9978b67e486..03cd1f3d133 100644 --- a/lib/libc/hash/rmd160.3 +++ b/lib/libc/hash/rmd160.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.3,v 1.10 1999/07/09 13:35:20 aaron Exp $ +.\" $OpenBSD: rmd160.3,v 1.11 1999/08/11 03:06:06 deraadt Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -178,7 +178,7 @@ RMD160_CTX rmd; u_char output[41]; char *buf = "abc"; -printf("0x%s\n", RMD160Data(buf, strlen(buf), output)); +printf("0x%s\en", RMD160Data(buf, strlen(buf), output)); .Ed .Sh CAVEATS If a message digest is to be copied to a multi-byte type (ie: |