]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix compile issues when using --enable-small and --disable-ssl/--disable-crypto
authorGustavo Zacarias <gustavo@zacarias.com.ar>
Wed, 27 Apr 2011 16:43:50 +0000 (18:43 +0200)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Wed, 27 Apr 2011 16:51:09 +0000 (18:51 +0200)
commit60fdd9b01deab10f9a62ee9235ad9ec16873b5d5
tree8f9a206270f45b69b716d060a1a919f2435ef4c6
parent1ed76da8b70aa13e0e8ac52d0459d37105f151e8
Fix compile issues when using --enable-small and --disable-ssl/--disable-crypto

The tmp_dir string is required in the options struct regardless of options
so spin it out of #if conditionals.

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Acked-by: David Sommerseth <dazo@users.sourceforge.net>
Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
(cherry picked from commit b70d99fb617350b252c8bde2f1f2d81d3f5b7955)
options.h