Re: [Openvpn-devel] Patch for plugin/auth-pam.c

2010-03-30 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 14/12/09 00:05, David Sommerseth wrote: > On 13/12/09 21:18, Daniel Johnson wrote: >> David Sommerseth wrote: >>> - - const char *return_value = NULL; >>> + aresp[i].resp = NULL; > >>> This I didn't think about, but I saw

[Openvpn-devel] [PATCH] Add comile time settings from ./configure information to --version

2010-03-30 Thread David Sommerseth
This patch will create ./configure.h which will contain two new #define strings. CONFIGURE_DEFINES will contain all USE, ENABLED, DISABLED and DEPRECATED defines from ./config.h. CONFIGURE_CALL will contain the complete ./configure line which was used when configuring the package for building.