]> 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:43:50 +0000 (18:43 +0200)
commitb70d99fb617350b252c8bde2f1f2d81d3f5b7955
treebf9b66ba39861ac7c2597fb8f3c71ab881272c0d
parent0b6450c93f9efb51ac089dbe0a43b139bc0b89bd
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>
options.h