mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
3cec1783b7
Clang didn't like that we were passing uint64_t values to an API that wanted uint32_t. GCC has either not cared, or has figured out that the values in question were safe to cast to uint32_t. Fixes bug22916; bugfix on 0.2.7.2-alpha.
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
o Minor bugfixes (Compilation):
|
|
- Fix warnings when building with libscrypt and openssl scrypt support
|
|
on Clang. Fixes bug 22916; bugfix on 0.2.7.2-alpha.
|