> -Original Message-
> From: Miha Wang [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 22, 2000 2:03 PM
> To: [EMAIL PROTECTED]
> Subject: RE: having trouble with RAND_egd()
>
>
> I have just worked out on this problem without /dev/rand and egd on
> my syst
Thanks.
I've been beating myself over the head with this for 2 days :)
-Travis
>
>
> I have just worked out on this problem without /dev/rand and egd on
> my system. Here are the steps you need:
>
> - Create a file with large size of random data, e.g:
> cat /var/log/syslog > /home/xxx/
I have just worked out on this problem without /dev/rand and egd on
my system. Here are the steps you need:
- Create a file with large size of random data, e.g:
cat /var/log/syslog > /home/xxx/.rnd
- Set the env. $RANDFILE to /home/xxx/.rnd, e.g:
setenv RANDFILE /home/xxx/.rnd