Changes file for openssl header isolation.

This commit is contained in:
Nick Mathewson
2017-03-31 10:12:25 -04:00
parent 28f9b68e87
commit f3e399c6ce
+4
View File
@@ -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.