mirror of
https://github.com/openssl/openssl.git
synced 2025-01-30 14:01:55 +08:00
fix build breakage on windows
Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
parent
9e0da06089
commit
62fdf4ee6c
@ -441,6 +441,9 @@ int rehash_main(int argc, char **argv)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
OPTIONS rehash_options[] = {
|
||||||
|
{NULL}
|
||||||
|
};
|
||||||
|
|
||||||
int rehash_main(int argc, char **argv)
|
int rehash_main(int argc, char **argv)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user