Browse Source

Add a changes file for bug4563

Nick Mathewson 13 years ago
parent
commit
37c90319e2
1 changed files with 4 additions and 0 deletions
  1. 4 0
      changes/bug4653

+ 4 - 0
changes/bug4653

@@ -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.