diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-04-07 09:58:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-04-07 09:58:21 -0400 |
commit | 61f1838cdc3dc11c6154c137b39817081dc0849f (patch) | |
tree | 191b85d63bfd100307cf87387ebda3012931a462 /changes | |
parent | 1e54bdd48a5deec7c1c4a0a167fb5abe312c8458 (diff) | |
parent | f5cc8da7e0dc5ba52a1a6a7744e749f4f46c35bc (diff) | |
download | tor-61f1838cdc3dc11c6154c137b39817081dc0849f.tar.gz tor-61f1838cdc3dc11c6154c137b39817081dc0849f.zip |
Merge branch 'isolate_openssl'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket21841 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket21841 b/changes/ticket21841 new file mode 100644 index 0000000000..08c7406725 --- /dev/null +++ b/changes/ticket21841 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Isolate our usage of the openssl headers so that they are only + used from our crypto wrapper modules, and from tests that examing those + modules' internals. Closes ticket 21841. |