mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
7 lines
293 B
Plaintext
7 lines
293 B
Plaintext
|
o Code simplification and refactoring:
|
||
|
- Put a SHA1 public key digest in hs_service_intro_point_t, and use it in
|
||
|
register_intro_circ() and service_intro_point_new(). This prevents the
|
||
|
digest from being re-calculated each time. Fixes bug 23107. Patch by
|
||
|
Neel Chauhan.
|
||
|
|