mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 22:03:31 +01:00
3e45260594
- The function `decrypt_desc_layer` has a cleaner interface. - `is_superencrypted_layer` changed from `int` -> `bool` [ticket details](https://trac.torproject.org/projects/tor/ticket/31589) add(changes/*): changes file fix(src/features/hs): is_superencrypted changed from `int` -> `bool` fix(changes/ticket31589): header add(changes/ticket31589): subsystem(onion services) to change
3 lines
141 B
Plaintext
3 lines
141 B
Plaintext
o Code simplification and refactoring (onion services):
|
|
- Interface for function `decrypt_desc_layer` cleaned up. Closes ticket 31589.
|