]> 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 11:24:51 +0000 (13:24 +0200)
commit96ca4f3334b126ad972948d76add176a31116ca4
tree8e1c4d50484041f4f59cebaeb9ff6824e00c9570
parent60fdd9b01deab10f9a62ee9235ad9ec16873b5d5
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>
(cherry picked from commit aa52ca828fc075e010c326e91d2171484a514fde)
plugin/auth-pam/auth-pam.c