From: Viktor Szakats Date: Mon, 15 Feb 2016 23:32:22 +0000 (+0100) Subject: OPENSSL_init_ssl.pod: fix minor typo X-Git-Tag: OpenSSL_1_1_0-pre4~649 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=73b6924ed7c1b502b13c554321156763497dfad3;p=oweals%2Fopenssl.git OPENSSL_init_ssl.pod: fix minor typo Reviewed-by: Matt Caswell Reviewed-by: Richard Levitte --- diff --git a/doc/ssl/OPENSSL_init_ssl.pod b/doc/ssl/OPENSSL_init_ssl.pod index 055be2281a..110a282490 100644 --- a/doc/ssl/OPENSSL_init_ssl.pod +++ b/doc/ssl/OPENSSL_init_ssl.pod @@ -22,7 +22,7 @@ As of version 1.1.0 OpenSSL will automatically allocate all resources that it needs so no explicit initialisation is required. Similarly it will also automatically deinitialise as required. -However, there way be situations when explicit initialisation is desirable or +However, there may be situations when explicit initialisation is desirable or needed, for example when some non-default initialisation is required. The function OPENSSL_init_ssl() can be used for this purpose. Calling this function will explicitly initialise BOTH libcrypto and libssl. To