mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
d7a0382ba3
Yes, we could cast to unsigned char first, but it's probably safest to just use our own (in test_util), or remove bad-idea features that we don't use (in readpassphrase.c). Fixes 18728.
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
o Minor bugfixes (build):
|
|
- Resolve warnings when building on systems that are concerned with
|
|
signed char. Fixes bug 18728; bugfix on 0.2.7.2-alpha and
|
|
0.2.6.1-alpha.
|