The branch master has been updated
       via  9e0da060893ecde200e579f96f6442da445af4e5 (commit)
      from  8f6f1441a368b984b739658778f53db1bf71a543 (commit)


- Log -----------------------------------------------------------------
commit 9e0da060893ecde200e579f96f6442da445af4e5
Author: Rich Salz <[email protected]>
Date:   Sun Sep 6 19:01:24 2015 -0400

    Fix typo, that broke build on non-unix
    
    Reviewed-by: Tim Hudson <[email protected]>

-----------------------------------------------------------------------

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);
 }
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to