diff options
author | Gladys Shufflebottom <> | 2011-02-19 22:01:42 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-01 18:11:25 -0500 |
commit | 49de5431d53b4515d48a0f1c76fc53f3306f5d11 (patch) | |
tree | 21e2e00097341ff04c7d54da0816b05e62bd5fac /changes/tls-hash | |
parent | d60a7c2f8d139d2b2dfd71780dae8a86489cec49 (diff) | |
download | tor-49de5431d53b4515d48a0f1c76fc53f3306f5d11.tar.gz tor-49de5431d53b4515d48a0f1c76fc53f3306f5d11.zip |
remove tls related hash table code
Diffstat (limited to 'changes/tls-hash')
-rw-r--r-- | changes/tls-hash | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/tls-hash b/changes/tls-hash new file mode 100644 index 0000000000..a34083a696 --- /dev/null +++ b/changes/tls-hash @@ -0,0 +1,3 @@ + o Code simplifications and refactoring: + - Use SSL_get_app_data to map SSL objects to tortls_t objects: there's + no need for a hash table. |