diff options
author | Rich Salz <rsalz@openssl.org> | 2015-09-07 03:39:26 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2015-09-07 03:39:26 +0200 |
commit | 62fdf4ee6c55d6d2212d868b02fcab51c6d4080a (patch) | |
tree | 27fe7fa2c98ad7c6a6dd972779491048d414ea42 /apps/rehash.c | |
parent | Fix typo, that broke build on non-unix (diff) | |
download | openssl-62fdf4ee6c55d6d2212d868b02fcab51c6d4080a.tar.xz openssl-62fdf4ee6c55d6d2212d868b02fcab51c6d4080a.zip |
fix build breakage on windows
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'apps/rehash.c')
-rw-r--r-- | apps/rehash.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |