commit | 62fdf4ee6c55d6d2212d868b02fcab51c6d4080a | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@openssl.org> | Sun Sep 06 21:39:26 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Sun Sep 06 21:39:26 2015 -0400 |
tree | 27fe7fa2c98ad7c6a6dd972779491048d414ea42 | |
parent | 9e0da060893ecde200e579f96f6442da445af4e5 [diff] [blame] |
fix build breakage on windows Reviewed-by: Tim Hudson <tjh@openssl.org>
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 @@ } #else +OPTIONS rehash_options[] = { + {NULL} +}; int rehash_main(int argc, char **argv) {