fix build breakage on windows
authorRich Salz <rsalz@openssl.org>
Mon, 7 Sep 2015 01:39:26 +0000 (21:39 -0400)
committerRich Salz <rsalz@openssl.org>
Mon, 7 Sep 2015 01:39:26 +0000 (21:39 -0400)
Reviewed-by: Tim Hudson <tjh@openssl.org>
apps/rehash.c

index b26cbf2d4867c1f3683a5403307bcffa86b33026..672a42a2e96841deaf5213fca076b2f4a5010a16 100644 (file)
@@ -441,6 +441,9 @@ int rehash_main(int argc, char **argv)
 }
 
 #else
+OPTIONS rehash_options[] = {
+    {NULL}
+};
 
 int rehash_main(int argc, char **argv)
 {