Fix nits in pod files.
[openssl.git] / doc / ssl / SSL_library_init.pod
index 0235e724bb3090ef39113416438ee2694d68f0b7..f838b7aff36e223ec209fb875f75b1a01c09f93b 100644 (file)
@@ -21,7 +21,7 @@ OpenSSL_add_ssl_algorithms() is a synonym for SSL_library_init().
 =head1 NOTES
 
 SSL_library_init() must be called before any other action takes place.
-SSL_library_init() is not reentrant. 
+SSL_library_init() is not reentrant.
 
 =head1 WARNING