From 36dde9e67acf82b355239ed9215bbe445102d8f6 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Tue, 5 Dec 2017 14:42:23 +0100 Subject: [PATCH] Added ChangeLog entry for 64-bit ILP32 fix --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 61e3cabff..f9153ac08 100644 --- a/ChangeLog +++ b/ChangeLog @@ -68,6 +68,7 @@ Bugfix * Fix assembly sequences in bn_mul.h and aesni.c to avoid segmentation faults and errors when building for the 64-bit ILP32 ABI. Found and fixed by James Cowgill. + * Fix test_suite_pk to work on 64-bit ILP32 systems. #849 Changes * Extend cert_write example program by options to set the CRT version