mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
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.
4 lines
211 B
Text
4 lines
211 B
Text
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.
|