aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2003-02-04 12:57:51 +0000
committerBodo Möller <bodo@openssl.org>2003-02-04 12:57:51 +0000
commitd76434fe5a8c562b21f7982883aeaab77a3e2772 (patch)
tree70d252d1d968b49c31745d308435677237c592c7
parentac3b89d8e5abe84fbae0102a05ed86083123faf7 (diff)
downloadopenssl-d76434fe5a8c562b21f7982883aeaab77a3e2772.tar.gz
typo
-rw-r--r--FAQ2
1 files changed, 1 insertions, 1 deletions
diff --git a/FAQ b/FAQ
index 27d6cbc97d..430a8aa219 100644
--- a/FAQ
+++ b/FAQ
@@ -186,7 +186,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