Fix a compiler warning in aes.c.
commit1a11702a9a4d5f95c52eb55263008ce2aa8017ef
authorNick Mathewson <nickm@torproject.org>
Mon, 12 Nov 2018 20:39:28 +0000 (12 15:39 -0500)
committerNick Mathewson <nickm@torproject.org>
Mon, 12 Nov 2018 20:39:28 +0000 (12 15:39 -0500)
treee1e25815245dc8e2123c4cf8c71a58bc11748659
parent46796623f995c5b63d5cfbda1a038d9f6158ec90
Fix a compiler warning in aes.c.

Apparently some freebsd compilers can't tell that 'c' will never
be used uninitialized.

Fixes bug 28413; bugfix on 0.2.9.3-alpha when we added support for
longer AES keys to this function.
changes/bug28413 [new file with mode: 0644]
src/common/aes.c