commit | 87c99a0d37e31d79066c4f5741dc8f1cb5972251 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 29 19:52:45 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Sep 29 19:52:45 2013 +0200 |
tree | 087d509058600c65a0c918bbf7f79b797f9277be | |
parent | c54960723faf89f5222cd695015f8aa4791031c6 [diff] [blame] |
Properly initialize all fields of a SSL object after allocation.
diff --git a/Misc/NEWS b/Misc/NEWS index 2984b57..af6ed7e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Library ------- +- Properly initialize all fields of a SSL object after allocation. + - Issue #4366: Fix building extensions on all platforms when --enable-shared is used.