Explorar el Código

Add a changes file for bug4563

Nick Mathewson hace 13 años
padre
commit
37c90319e2
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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.