]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fix issues with some older GCC compilers
authorSimon Matter <simon.matter@invoca.ch>
Tue, 8 Mar 2011 07:27:00 +0000 (07:27 +0000)
committerDavid Sommerseth <davids@redhat.com>
Tue, 10 May 2011 08:51:18 +0000 (10:51 +0200)
commitaa52ca828fc075e010c326e91d2171484a514fde
tree7ca0b2a1ff2dcb6764ea487f4075bca84e72a672
parentb70d99fb617350b252c8bde2f1f2d81d3f5b7955
Fix issues with some older GCC compilers

Some older GCC compilers don't like that variables are declared
in the middle of the code, and expect them on the top in the
block/scope.

Trac-ticket: 99
Signed-off-by: Simon Matter <simon.matter@invoca.ch>
Acked-by: David Sommerseth <davids@redhat.com>
Signed-off-by: David Sommerseth <davids@redhat.com>
plugin/auth-pam/auth-pam.c