From: Rich Salz Date: Sun, 6 Sep 2015 23:01:24 +0000 (-0400) Subject: Fix typo, that broke build on non-unix X-Git-Tag: OpenSSL_1_1_0-pre1~692 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e0da060893ecde200e579f96f6442da445af4e5;p=openssl Fix typo, that broke build on non-unix Reviewed-by: Tim Hudson --- 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); }