aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--changes/bug46534
1 files changed, 4 insertions, 0 deletions
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.