Add a changes file for bug4563

This commit is contained in:
Nick Mathewson
2012-01-06 11:42:00 -05:00
parent d7eaa4b396
commit 37c90319e2
+4
View File
@@ -0,0 +1,4 @@
o Code simplification and refactoring:
- Use OpenSSL's built-in SSL_state_string_long() instead of our
own homebrewed ssl_state_to_string() replacement. Patch from
Emile Snyder. Fixes bug 4653.