andrius>  I haven't file $HOME/.rnd. How I can make it?

This will fill $HOME/.rnd with some junk .  It's not really considered
good random data, but is usually enough to start with.  It will be
overwritten with other random data for everytime you do something that
requires some random data:

        ps auxw | cat > $HOME/.rnd

(If you use a SysV environment, consider changing `auxw' to `-ef' or
something similar)

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-161 43  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis             -- [EMAIL PROTECTED]

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to