From 24be41ca148f2f6bbee21d61d71c8a86829014d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 31 Jan 2007 12:44:28 +0000 Subject: [PATCH] Make get_bytes static. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20093 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/des/rand-egd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/des/rand-egd.c b/lib/des/rand-egd.c index 5c516d275..7a94ff794 100644 --- a/lib/des/rand-egd.c +++ b/lib/des/rand-egd.c @@ -150,7 +150,7 @@ egd_seed(const void *indata, int size) close(fd); } -int +static int get_bytes(const char *path, unsigned char *outdata, int size) { size_t len;