mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
1a11702a9a
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.
5 lines
211 B
Plaintext
5 lines
211 B
Plaintext
o Minor bugfixes (compilation):
|
|
- Initialize a variable in aes_new_cipher(), since some compilers
|
|
cannot tell that we always initialize it before use. Fixes bug 28413;
|
|
bugfix on 0.2.9.3-alpha.
|