git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20032 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-01-21 10:01:21 +00:00
parent dcbf620e8c
commit 63d9699b5b

View File

@@ -1,5 +1,21 @@
2007-01-21 Love H<>rnquist <20>strand <lha@it.su.se> 2007-01-21 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 * test_crypto.in: add basic random tests
* rand-egd.c: SGI cc doesn' like return void_returning_function(); * rand-egd.c: SGI cc doesn' like return void_returning_function();