[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Rich Salz rsalz at openssl.org
Mon Dec 12 14:30:31 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  67cfe444620494647417b1e5a75f849531678df4 (commit)
      from  da16752b4a7f75cd1db50fd6f2ef96e27918fbcd (commit)


- Log -----------------------------------------------------------------
commit 67cfe444620494647417b1e5a75f849531678df4
Author: Dmitry Belyavskiy <beldmit at gmail.com>
Date:   Mon Dec 12 15:35:09 2016 +0300

    Typo fixed
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/2075)
    (cherry picked from commit 498180de5c766f68f6d2b65454357bc263773c66)

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

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

diff --git a/doc/crypto/BUF_MEM_new.pod b/doc/crypto/BUF_MEM_new.pod
index eb85bed..2946608 100644
--- a/doc/crypto/BUF_MEM_new.pod
+++ b/doc/crypto/BUF_MEM_new.pod
@@ -44,7 +44,7 @@ size.
 BUF_MEM_grow_clean() is similar to BUF_MEM_grow() but it sets any free'd
 or additionally-allocated memory to zero.
 
-BUF_reverse() reverses B<size> bytes at B<in> into B<out>.  If B<out>
+BUF_reverse() reverses B<size> bytes at B<in> into B<out>.  If B<in>
 is NULL, the array is reversed in-place.
 
 =head1 RETURN VALUES
@@ -58,7 +58,7 @@ zero on error or the new size (i.e., B<len>).
 
 =head1 SEE ALSO
 
-L<bio(3)>,
+L<bio(7)>,
 L<CRYPTO_secure_malloc(3)>.
 
 =head1 HISTORY


More information about the openssl-commits mailing list