summaryrefslogtreecommitdiffstats
path: root/apps/rehash.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/rehash.c')
-rw-r--r--apps/rehash.c2
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);
}