File srandomdev.patch of Package libradius
--- libradius/radlib.c.orig 2004-06-28 09:43:04.000000000 +0200
+++ libradius/radlib.c 2009-03-16 09:55:29.000000000 +0100
@@ -751,7 +751,7 @@
h = (struct rad_handle *)malloc(sizeof(struct rad_handle));
if (h != NULL) {
- srandomdev();
+ //srandomdev();
h->fd = -1;
h->num_servers = 0;
h->ident = random();