diff options
author | Rich Salz <rsalz@openssl.org> | 2015-09-07 01:01:24 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-09-07 01:01:53 +0200 |
commit | 9e0da060893ecde200e579f96f6442da445af4e5 (patch) | |
tree | f614119af7b8b2ba892f8eaaceefe1e5d4871ce5 /apps/rehash.c | |
parent | Add rehash command to openssl (diff) | |
download | openssl-9e0da060893ecde200e579f96f6442da445af4e5.tar.xz openssl-9e0da060893ecde200e579f96f6442da445af4e5.zip |
Fix typo, that broke build on non-unix
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/rehash.c')
-rw-r--r-- | apps/rehash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/rehash.c b/apps/rehash.c index 323fd15f56..b26cbf2d48 100644 --- a/apps/rehash.c +++ b/apps/rehash.c @@ -444,7 +444,7 @@ int rehash_main(int argc, char **argv) int rehash_main(int argc, char **argv) { - BIO_print(bio_err, "Not available; use c_rehash script\n"); + BIO_printf(bio_err, "Not available; use c_rehash script\n"); return (1); } |