From: Nick Mathewson Date: Fri, 31 Mar 2017 14:12:25 +0000 (-0400) Subject: Changes file for openssl header isolation. X-Git-Tag: tor-0.3.1.1-alpha~178^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3e399c6cefa846d8512cc90f11214ca582ff8d1;p=thirdparty%2Ftor.git Changes file for openssl header isolation. --- 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.