From b0695ced31f01afbeb14d6b7c54992dd1bddb78a Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Mon, 17 Mar 2014 13:42:23 +0100
Subject: [PATCH] Fixed spaces in ChangeLog
---
ChangeLog | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1708dd362..2cbe646e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,11 +38,11 @@ Bugfix
* ssl_cache was creating entries when max_entries=0 if TIMING_C was enabled.
* m_sleep() was sleeping twice too long on most Unix platforms.
* Fixed bug with session tickets and non-blocking I/O in the unlikely case
- send() would return an EAGAIN error when sending the ticket.
+ send() would return an EAGAIN error when sending the ticket.
* ssl_cache was leaking memory when reusing a timed out entry containing a
- client certificate.
+ client certificate.
* ssl_srv was leaking memory when client presented a timed out ticket
- containing a client certificate
+ containing a client certificate
* ssl_init() was leaving a dirty pointer in ssl_context if malloc of
out_ctr failed