Change RAND_poll for Unix to try a number of devices and only read
[openssl.git] / doc / ssl / SSL_library_init.pod
index e982a5f01d5c304343aa5bfa3c3c73420472f80c..ecf3c4858e528849a4d677a56054c94112d22331 100644 (file)
@@ -24,11 +24,11 @@ for SSL_library_init().
 
 SSL_library_init() must be called before any other action takes place.
 
-=head1 IMPORTANT
+=head1 WARNING
 
 SSL_library_init() only registers ciphers. Another important initialization
-is the seeding of the PRNG (Pseude Random Number Generator), which has to
-be performed seperately.
+is the seeding of the PRNG (Pseudo Random Number Generator), which has to
+be performed separately.
 
 =head1 EXAMPLES