[openssl-commits] [openssl] OpenSSL_1_0_1-stable update

Matt Caswell matt at openssl.org
Wed Nov 4 14:39:37 UTC 2015


The branch OpenSSL_1_0_1-stable has been updated
       via  1fe1c65c3ba96dd89e6c805331204428a27d4b6c (commit)
      from  22ec08d7b76709750f8c9a8aaf7e86703e4eb56c (commit)


- Log -----------------------------------------------------------------
commit 1fe1c65c3ba96dd89e6c805331204428a27d4b6c
Author: Matt Caswell <matt at openssl.org>
Date:   Mon Nov 2 15:37:45 2015 +0000

    Minor EVP_SignInit_ex doc fix
    
    EVP_SignInit_ex was missing from the NAME section of its man page so
    typing "man EVP_SignInit_ex" failed to load the page.
    
    Reviewed-by: Stephen Henson <steve at openssl.org>
    (cherry picked from commit 3d866ea67e8b19777e88ac2a78ee4188e0983168)

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

Summary of changes:
 doc/crypto/EVP_SignInit.pod | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/crypto/EVP_SignInit.pod b/doc/crypto/EVP_SignInit.pod
index 14ecc77..c63d6b3 100644
--- a/doc/crypto/EVP_SignInit.pod
+++ b/doc/crypto/EVP_SignInit.pod
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
-EVP_SignInit, EVP_SignUpdate, EVP_SignFinal - EVP signing functions
+EVP_SignInit, EVP_SignInit_ex, EVP_SignUpdate, EVP_SignFinal - EVP signing
+functions
 
 =head1 SYNOPSIS
 


More information about the openssl-commits mailing list