Commit 37c90319 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

Add a changes file for bug4563

parent d7eaa4b3
Loading
Loading
Loading
Loading

changes/bug4653

0 → 100644
+4 −0
Original line number Diff line number Diff line
  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.