Selaa lähdekoodia

Add a changes file for bug4563

Nick Mathewson 13 vuotta sitten
vanhempi
commit
37c90319e2
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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.