Fix typo, that broke build on non-unix
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
8f6f1441a3
commit
9e0da06089
@ -444,7 +444,7 @@ int rehash_main(int argc, char **argv)
|
|||||||
|
|
||||||
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);
|
return (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user