From: Rich Salz Date: Mon, 7 Sep 2015 01:39:26 +0000 (-0400) Subject: fix build breakage on windows X-Git-Tag: OpenSSL_1_1_0-pre1~691 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=62fdf4ee6c55d6d2212d868b02fcab51c6d4080a;p=oweals%2Fopenssl.git fix build breakage on windows Reviewed-by: Tim Hudson --- diff --git a/apps/rehash.c b/apps/rehash.c index b26cbf2d48..672a42a2e9 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) {