From: Nick Mathewson Date: Fri, 6 Jan 2012 16:42:00 +0000 (-0500) Subject: Add a changes file for bug4563 X-Git-Tag: tor-0.2.3.11-alpha~50 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=37c90319e2ac0ecb71c9986ff55d07fe3da86ee6;p=thirdparty%2Ftor.git Add a changes file for bug4563 --- diff --git a/changes/bug4653 b/changes/bug4653 new file mode 100644 index 0000000000..3c0596f94e --- /dev/null +++ b/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.