typo
authorBodo Möller <bodo@openssl.org>
Tue, 4 Feb 2003 12:57:51 +0000 (12:57 +0000)
committerBodo Möller <bodo@openssl.org>
Tue, 4 Feb 2003 12:57:51 +0000 (12:57 +0000)
FAQ

diff --git a/FAQ b/FAQ
index 27d6cbc97dfd312be6a9f1f0e9fb42aec38d6b93..430a8aa219dd7b7138c0212392928d9daa84e692 100644 (file)
--- 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