commit 37c90319e2ac0ecb71c9986ff55d07fe3da86ee6 Author: Nick Mathewson nickm@torproject.org Date: Fri Jan 6 11:42:00 2012 -0500
Add a changes file for bug4563 --- changes/bug4653 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/changes/bug4653 b/changes/bug4653 new file mode 100644 index 0000000..3c0596f --- /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.
tor-commits@lists.torproject.org