fix build breakage on windows

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Rich Salz 2015-09-06 21:39:26 -04:00
parent 9e0da06089
commit 62fdf4ee6c

View file

@ -441,6 +441,9 @@ int rehash_main(int argc, char **argv)
}
#else
OPTIONS rehash_options[] = {
{NULL}
};
int rehash_main(int argc, char **argv)
{