Fix a compiler warning on OpenBSD
commit4417ac880a7f1306574365fd9cf4da2a41ac14ef
authorKris Katterjohn <katterjohn@gmail.com>
Mon, 21 Jan 2019 22:33:32 +0000 (21 16:33 -0600)
committerNick Mathewson <nickm@torproject.org>
Tue, 19 Feb 2019 16:38:32 +0000 (19 11:38 -0500)
tree3ae36ba36c5be096bf062c4b4624f290f605ebf0
parenta3f9ddcf033881ac78cda0aa7e6a9fd7195868cc
Fix a compiler warning on OpenBSD

malloc_options needs to be declared extern (and declaring it extern
means we need to initialize it separately)

Fixes bug 29145; bugfix on 0.2.9.3-alpha

Signed-off-by: Kris Katterjohn <katterjohn@gmail.com>
changes/bug29145 [new file with mode: 0644]
src/test/test-memwipe.c