[openssl-commits] [openssl] master update

Kurt Roeckx kurt at openssl.org
Wed Jun 13 18:14:34 UTC 2018


The branch master has been updated
       via  17e822e9f85e4cd65eba1dd4ba710749aa71793f (commit)
      from  a3e9d5aa980f238805970f420adf5e903d35bf09 (commit)


- Log -----------------------------------------------------------------
commit 17e822e9f85e4cd65eba1dd4ba710749aa71793f
Author: Eric S. Raymond <esr at thyrsus.com>
Date:   Tue Jun 12 21:46:50 2018 +0200

    Fix manpage problems
    
    CLA: trivial
    
    Reviewed-by: Kurt Roeckx <kurt at roeckx.be>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    GH: #6472

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

Summary of changes:
 doc/man3/BUF_MEM_new.pod            | 2 --
 doc/man3/SSL_get_current_cipher.pod | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/doc/man3/BUF_MEM_new.pod b/doc/man3/BUF_MEM_new.pod
index 1d89159..95d3a07 100644
--- a/doc/man3/BUF_MEM_new.pod
+++ b/doc/man3/BUF_MEM_new.pod
@@ -6,8 +6,6 @@ BUF_MEM_new, BUF_MEM_new_ex, BUF_MEM_free, BUF_MEM_grow,
 BUF_MEM_grow_clean, BUF_reverse
 - simple character array structure
 
-standard C library equivalents
-
 =head1 SYNOPSIS
 
  #include <openssl/buffer.h>
diff --git a/doc/man3/SSL_get_current_cipher.pod b/doc/man3/SSL_get_current_cipher.pod
index e5b249f..1a484f6 100644
--- a/doc/man3/SSL_get_current_cipher.pod
+++ b/doc/man3/SSL_get_current_cipher.pod
@@ -15,7 +15,7 @@ SSL_get_pending_cipher - get SSL_CIPHER of a connection
 
  const char *SSL_get_cipher_name(const SSL *s);
  const char *SSL_get_cipher(const SSL *s);
- int SSL_get_cipher_bits(const SSL *s, int *np) \
+ int SSL_get_cipher_bits(const SSL *s, int *np);
  const char *SSL_get_cipher_version(const SSL *s);
 
 =head1 DESCRIPTION


More information about the openssl-commits mailing list