diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-17 06:05:41 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-07-17 06:05:41 +0000 |
commit | 8469e9d79695027e5340449ab28b195e7ac98d16 (patch) | |
tree | d7f2c418114b2164c5b9af1188c4c80ca0f3950c /lib/libc/hash | |
parent | c4e3356e38b19fa4719d8bca2c546577fbacdc27 (diff) |
Typo
Diffstat (limited to 'lib/libc/hash')
-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 bcec1084a52..bfebe73eac6 100644 --- a/lib/libc/hash/rmd160.3 +++ b/lib/libc/hash/rmd160.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rmd160.3,v 1.1 1997/07/17 06:02:43 millert Exp $ +.\" $OpenBSD: rmd160.3,v 1.2 1997/07/17 06:05:40 millert Exp $ .\" .\" Copyright (c) 1997 Todd C. Miller <Todd.Miller@courtesan.com> .\" All rights reserved. @@ -180,7 +180,7 @@ RMD160_CTX rmd; u_char output[41]; char *buf = "abc"; -printf("0x%s", MD5Data(buf, strlen(buf), output)); +printf("0x%s", RMD160Data(buf, strlen(buf), output)); .Ed .Sh CAVEATS If a message digest is to be copied to a multi-byte type (ie: |