From 3932cc8df484449357785d2bbb500e91592905d8 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Fri, 23 Jun 2017 21:00:33 +0200 Subject: [PATCH] siphash.h: Compress change log a bit --- expat/lib/siphash.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/expat/lib/siphash.h b/expat/lib/siphash.h index 1e1813a6..1b930c3a 100644 --- a/expat/lib/siphash.h +++ b/expat/lib/siphash.h @@ -15,9 +15,6 @@ * - Address Win64 compile warnings * * 2017-06-18 (Sebastian Pipping) - * - Address lack of stdint.h for Visual Studio 2003 to 2008 - * - * 2017-06-10 (Sebastian Pipping) * - Clarify license note in the header * - Address C89 issues: * - Stop using inline keyword (and let compiler decide) @@ -25,6 +22,7 @@ * - Replace _Bool by int * - Turn macro siphash24 into a function * - Address invalid conversion (void pointer) by explicit cast + * - Address lack of stdint.h for Visual Studio 2003 to 2008 * - Always expose sip24_valid (for self-tests) * * 2012-11-04 - Born. (William Ahern) -- 2.40.0