tor/changes/bug4653

5 lines
212 B
Plaintext
Raw Normal View History

2012-01-06 17:42:00 +01:00
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.