]> git.ipfire.org Git - people/ms/strongswan.git/commit
bliss: Fix compilation warning with certain GCC versions
authorTobias Brunner <tobias@strongswan.org>
Fri, 5 Dec 2014 15:37:10 +0000 (16:37 +0100)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Fri, 12 Dec 2014 11:00:20 +0000 (12:00 +0100)
commitf55a03a2de5d95389ef2417ad6ca393e1921f9ba
tree38a3daa5e476d06c0628189d8c8d95a00900057c
parent108e388580227c3e3c30717967c3267ec6a431ce
bliss: Fix compilation warning with certain GCC versions

Theoretically, n could be zero and these variables are then used
uninitialized.  Older GCC versions warn about this and on Travis where we
compile with -Werror this causes the tests to fail.
src/libstrongswan/plugins/bliss/bliss_private_key.c