mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
6 lines
280 B
Plaintext
6 lines
280 B
Plaintext
o Code simplification and refactoring:
|
|
- Remove redundant return values in crypto_format, and the associated
|
|
return value checks elsewhere in the code. Make the implementations in
|
|
crypto_format consistent, and remove redundant code.
|
|
Resolves ticket 29660.
|