From be421558d5d0d30b4878df25ea6362982f987443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Oct 2006 12:48:39 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18603 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 16dae04d6..2161b57fb 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,13 @@ -2006-10-16 Love Hörnquist Åstrand +2006-10-19 Love Hörnquist Åstrand + * rsa.c: remove stray ; + + * engine.c: Does function typecasts instead of void * type-casts. + + * evp.c: Does function typecasts instead of void * type-casts. + +2006-10-16 Love Hörnquist Åstrand + * Makefile.am: add rand-unix.c * rand.c: Move out rand-unix functions from the core lib.