Commit 379e5689 authored by Bodo Möller's avatar Bodo Möller
Browse files

typo

parent c09a2978
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -191,7 +191,7 @@ Cryptographic software needs a source of unpredictable data to work
correctly.  Many open source operating systems provide a "randomness
correctly.  Many open source operating systems provide a "randomness
device" (/dev/urandom or /dev/random) that serves this purpose.
device" (/dev/urandom or /dev/random) that serves this purpose.
All OpenSSL versions try to use /dev/urandom by default; starting with
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.
available.


On other systems, applications have to call the RAND_add() or
On other systems, applications have to call the RAND_add() or