[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Tue Dec 12 17:37:37 UTC 2017


The branch master has been updated
       via  631c37be3239aab846c14643d03cf127d8778197 (commit)
      from  147167548bb692dc1b772cf4ee1d0917e45b1aff (commit)


- Log -----------------------------------------------------------------
commit 631c37be3239aab846c14643d03cf127d8778197
Author: Daniel Bevenius <daniel.bevenius at gmail.com>
Date:   Tue Dec 12 16:56:50 2017 +0100

    Fix minor typo in bio.pod
    
    Reviewed-by: Ben Kaduk <kaduk at mit.edu>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/4917)

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

Summary of changes:
 doc/man7/bio.pod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/man7/bio.pod b/doc/man7/bio.pod
index d2786be..45ef2f7 100644
--- a/doc/man7/bio.pod
+++ b/doc/man7/bio.pod
@@ -44,8 +44,8 @@ and frequently a utility function exists to create and initialize such BIOs.
 If BIO_free() is called on a BIO chain it will only free one BIO resulting
 in a memory leak.
 
-Calling BIO_free_all() a single BIO has the same effect as calling BIO_free()
-on it other than the discarded return value.
+Calling BIO_free_all() on a single BIO has the same effect as calling
+BIO_free() on it other than the discarded return value.
 
 Normally the B<type> argument is supplied by a function which returns a
 pointer to a BIO_METHOD. There is a naming convention for such functions:


More information about the openssl-commits mailing list