From be960824df7b7aab5204533f3790cd5fc4097fba Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sat, 14 Sep 1996 01:11:13 +0000 Subject: [PATCH] Made `des_rand_data' non-static. This function is useful and now even used. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@726 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rnd_keys.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index 5a8f43203..910ca5d86 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -116,7 +116,6 @@ sigALRM(int sig) /* XXX this is a quick hack, should be fixed */ -static void des_rand_data(unsigned char *data, int size) { @@ -135,7 +134,6 @@ des_rand_data(unsigned char *data, int size) * It takes about 40ms/byte random data. * It's not neccessary to be root to run it. */ -static void des_rand_data(unsigned char *data, int size) {