mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 07:07:52 +01:00
5 lines
151 B
Text
5 lines
151 B
Text
o Code simplifications and refactoring:
|
|
- Use SSL_get_ex_data to map SSL objects to tor_tls_t objects: there's
|
|
no need for a hash table.
|
|
|
|
|