Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
values (like 0.9.8zc).
diff --git a/Misc/NEWS b/Misc/NEWS
index 494a386..433ce0d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,6 +92,9 @@
 - Issue #18905: "pydoc -p 0" now outputs actually used port.  Based on patch by
   Wieland Hoffmann.
 
+- Issue #23345: Prevent test_ssl failures with large OpenSSL patch level
+  values (like 0.9.8zc).
+
 Tests
 -----