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

2013-04-15 Thread Arne Schwabe
--- src/openvpn/crypto.c |2 -- src/openvpn/init.c|1 - src/openvpn/misc.c|8 src/openvpn/proxy.c |1 - src/openvpn/route.c |1 - src/openvpn/ssl.c |4 src/openvpn/ssl_openssl.c |2 -- src/openvpn/ssl_verify.c |

[Openvpn-devel] [PATCH applied] Re: Fixed usage of stale define USE_SSL to ENABLE_SSL

2013-04-15 Thread Gert Doering
ACK (since this matches what I assumed it should be :-) - thanks for the extra explanation). Your patch has been applied to the master and release/2.3 branches. commit 1d561d4eaebe8652768270b6373023177b8d706d (master) commit eb16a92894b3d93c69b6f56a5b852c5089a5304f (master) Author: Steffan

Re: [Openvpn-devel] stray USE_SSL in crypto_openssl.c

2013-04-15 Thread Steffan Karger
Hi Gert, On 04/14/2013 12:07 PM, Gert Doering wrote: > 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 >