]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Add a changes file for bug4563
authorNick Mathewson <nickm@torproject.org>
Fri, 6 Jan 2012 16:42:00 +0000 (11:42 -0500)
committerNick Mathewson <nickm@torproject.org>
Fri, 6 Jan 2012 16:42:00 +0000 (11:42 -0500)
changes/bug4653 [new file with mode: 0644]

diff --git a/changes/bug4653 b/changes/bug4653
new file mode 100644 (file)
index 0000000..3c0596f
--- /dev/null
@@ -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.