]> git.tuebingen.mpg.de Git - paraslash.git/commit
gcrypt: Fix gcc warning on Ubuntu Lucid.
authorAndre Noll <maan@systemlinux.org>
Mon, 27 Jan 2014 13:35:55 +0000 (14:35 +0100)
committerAndre Noll <maan@systemlinux.org>
Sat, 22 Feb 2014 15:52:06 +0000 (16:52 +0100)
commit0cd41722a596730f06f40e4f7e94a03ff53fb08e
tree20102bced5933a0d050358ec57bd8b9266390105
parentdadb47c6870e1b93e32ffb5e755ab23b4651a23d
gcrypt: Fix gcc warning on Ubuntu Lucid.

For some reason the gcc-4.4.3 that ships with Ubuntu Lucid started
to complain recently:

gcrypt.c: In function ‘mgf1’:
gcrypt.c:101: warning: ISO C90 forbids mixed declarations and code

It turned out that a double semicolon is responsible for the
warning. This patch removes the duplicate.
gcrypt.c