[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Feb 16 21:50:19 UTC 2016


The branch master has been updated
       via  73b6924ed7c1b502b13c554321156763497dfad3 (commit)
      from  29620124ff1624af5411d8d2998fdd7b102a5d48 (commit)


- Log -----------------------------------------------------------------
commit 73b6924ed7c1b502b13c554321156763497dfad3
Author: Viktor Szakats <vszakats at users.noreply.github.com>
Date:   Tue Feb 16 00:32:22 2016 +0100

    OPENSSL_init_ssl.pod: fix minor typo
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/ssl/OPENSSL_init_ssl.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/ssl/OPENSSL_init_ssl.pod b/doc/ssl/OPENSSL_init_ssl.pod
index 055be22..110a282 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


More information about the openssl-commits mailing list