From: Bodo Möller Date: Tue, 4 Feb 2003 12:57:37 +0000 (+0000) Subject: typo X-Git-Tag: OpenSSL_0_9_7a~23 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=02ff8c1b66b635407080bf0dbd0f6a032b9177ae;p=oweals%2Fopenssl.git typo --- diff --git a/FAQ b/FAQ index 4d2b0a9bf2..d6673b183f 100644 --- a/FAQ +++ b/FAQ @@ -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