Fixed file descriptor leak in x509parse_crtpath()
diff --git a/ChangeLog b/ChangeLog
index 4a75d6e..72d55ee 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -46,6 +46,7 @@
    * Fixed parse error in ssl_parse_certificate_request()
    * zlib compression/decompression skipped on empty blocks
    * Support for AIX header locations in net.c module
+   * Fixed file descriptor leaks
 
 Security
    * RSA blinding on CRT operations to counter timing attacks