Fix typo, that broke build on non-unix

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Rich Salz 2015-09-06 19:01:24 -04:00
parent 8f6f1441a3
commit 9e0da06089

View 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);
}