fix build breakage on windows
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
9e0da06089
commit
62fdf4ee6c
1 changed files with 3 additions and 0 deletions
|
@ -441,6 +441,9 @@ int rehash_main(int argc, char **argv)
|
|||
}
|
||||
|
||||
#else
|
||||
OPTIONS rehash_options[] = {
|
||||
{NULL}
|
||||
};
|
||||
|
||||
int rehash_main(int argc, char **argv)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue