diff options
author | Bodo Möller <bodo@openssl.org> | 2003-02-04 13:57:34 +0100 |
---|---|---|
committer | Bodo Möller <bodo@openssl.org> | 2003-02-04 13:57:34 +0100 |
commit | 379e568950b365b07f67b9dccc2bbb9b46797e2c (patch) | |
tree | f7ff4fb8adaf0e2b5e549eeba2520503ca6ea4df /FAQ | |
parent | Update PRNG entry: (diff) | |
download | openssl-379e568950b365b07f67b9dccc2bbb9b46797e2c.tar.xz openssl-379e568950b365b07f67b9dccc2bbb9b46797e2c.zip |
typo
Diffstat (limited to 'FAQ')
-rw-r--r-- | FAQ | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -191,7 +191,7 @@ Cryptographic software needs a source of unpredictable data to work correctly. Many open source operating systems provide a "randomness device" (/dev/urandom or /dev/random) that serves this purpose. All OpenSSL versions try to use /dev/urandom by default; starting with -version 0.9.7, OpenSSL also tries /dev/random is /dev/urandom is not +version 0.9.7, OpenSSL also tries /dev/random if /dev/urandom is not available. On other systems, applications have to call the RAND_add() or |