From 9e0da060893ecde200e579f96f6442da445af4e5 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Sun, 6 Sep 2015 19:01:24 -0400 Subject: [PATCH] Fix typo, that broke build on non-unix Reviewed-by: Tim Hudson --- apps/rehash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- GitLab