From 2ec0a566491559172f158668e395a0811a345be5 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Sat, 21 Jan 2012 05:41:23 +0000
Subject: [PATCH] - Fixed issue with Intel compiler on 64-bit platforms
---
ChangeLog | 1 +
1 file changed, 1 insertion(+)
diff --git a/ChangeLog b/ChangeLog
index 51e9f9fca..802fe369b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@ PolarSSL ChangeLog
Bugfix
* Check for failed malloc() in ssl_set_hostname() and x509_get_entries()
(Closes ticket #47, found by Hugo Leisink)
+ * Fixed issues with Intel compiler on 64-bit systems (Closes ticket #50)
= Version 1.1.0 released on 2011-12-22
Features