[Openvpn-devel] stray USE_SSL in crypto_openssl.c

2013-04-14 Thread Gert Doering
Hi, this is something for Adriaan or Steffan, I think... in crypto_openssl.c, we have two stray uses of #ifdef USE_SSL... void crypto_init_lib (void) { #ifndef USE_SSL #ifndef ENABLE_SMALL ERR_load_crypto_strings (); #endif OpenSSL_add_all_algorithms (); #endif ... void crypto_uninit_lib (v

[Openvpn-devel] [PATCH] Remove unused variables or put them to the defines they are being used in

2013-04-14 Thread Arne Schwabe
--- src/openvpn/crypto.c |2 -- src/openvpn/init.c|1 - src/openvpn/misc.c|8 src/openvpn/options.c | 26 +- src/openvpn/proxy.c |1 - src/openvpn/route.c |1 - src/openvpn/ssl.c |4 src/op