From 63d9699b5b1cfac46393ac383ec5059586ffe07d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 21 Jan 2007 10:01:21 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20032 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 5a4ae5d77..fd498db65 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,21 @@ 2007-01-21 Love Hörnquist Åstrand + * Makefile.am: clean more files + + * rand-egd.c: access private functions though the RAND_METHOD + switch, move global egd function to rand-egd.c + + * rand-fortuna.c: access private functions though the RAND_METHOD + switch + + * rand-unix.c: unexport private functions. + + * randi.h: Unexport internal functions. + + * rand.c: access private functions though the RAND_METHOD switch, + don't truncate the seed-file, move global egd function to + rand-egd.c + * test_crypto.in: add basic random tests * rand-egd.c: SGI cc doesn' like return void_returning_function();