tor/changes/tls-hash

6 lines
151 B
Text
Raw Normal View History

2011-02-19 22:01:42 -05:00
o Code simplifications and refactoring:
2011-03-03 17:54:53 -08:00
- Use SSL_get_ex_data to map SSL objects to tor_tls_t objects: there's
2011-02-19 22:01:42 -05:00
no need for a hash table.
2011-03-03 17:54:53 -08:00