Fix typo, that broke build on non-unix
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
8f6f1441a3
commit
9e0da06089
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue