[openssl-commits] [openssl] master update
Rich Salz
rsalz at openssl.org
Sun Sep 6 23:01:59 UTC 2015
The branch master has been updated
via 9e0da060893ecde200e579f96f6442da445af4e5 (commit)
from 8f6f1441a368b984b739658778f53db1bf71a543 (commit)
- Log -----------------------------------------------------------------
commit 9e0da060893ecde200e579f96f6442da445af4e5
Author: Rich Salz <rsalz at openssl.org>
Date: Sun Sep 6 19:01:24 2015 -0400
Fix typo, that broke build on non-unix
Reviewed-by: Tim Hudson <tjh at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
apps/rehash.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/apps/rehash.c b/apps/rehash.c
index 323fd15..b26cbf2 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);
}
More information about the openssl-commits
mailing list