The branch master has been updated
       via  62fdf4ee6c55d6d2212d868b02fcab51c6d4080a (commit)
      from  9e0da060893ecde200e579f96f6442da445af4e5 (commit)


- Log -----------------------------------------------------------------
commit 62fdf4ee6c55d6d2212d868b02fcab51c6d4080a
Author: Rich Salz <[email protected]>
Date:   Sun Sep 6 21:39:26 2015 -0400

    fix build breakage on windows
    
    Reviewed-by: Tim Hudson <[email protected]>

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

Summary of changes:
 apps/rehash.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apps/rehash.c b/apps/rehash.c
index b26cbf2..672a42a 100644
--- a/apps/rehash.c
+++ b/apps/rehash.c
@@ -441,6 +441,9 @@ int rehash_main(int argc, char **argv)
 }
 
 #else
+OPTIONS rehash_options[] = {
+    {NULL}
+};
 
 int rehash_main(int argc, char **argv)
 {
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to