projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e0da06
)
fix build breakage on windows
author
Rich Salz
<rsalz@openssl.org>
Mon, 7 Sep 2015 01:39:26 +0000
(21:39 -0400)
committer
Rich 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
patch
|
blob
|
history
diff --git
a/apps/rehash.c
b/apps/rehash.c
index b26cbf2d4867c1f3683a5403307bcffa86b33026..672a42a2e96841deaf5213fca076b2f4a5010a16 100644
(file)
--- 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)
{