Fix typo, that broke build on non-unix
authorRich Salz <rsalz@openssl.org>
Sun, 6 Sep 2015 23:01:24 +0000 (19:01 -0400)
committerRich Salz <rsalz@openssl.org>
Sun, 6 Sep 2015 23:01:53 +0000 (19:01 -0400)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/rehash.c

index 323fd15f562c2636735d186317732a121abe7b7f..b26cbf2d4867c1f3683a5403307bcffa86b33026 100644 (file)
@@ -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);
 }