The branch master has been updated
       via  3d866ea67e8b19777e88ac2a78ee4188e0983168 (commit)
      from  2c9be7d09f4566f7fb78d168acd5038dd4384ca5 (commit)


- Log -----------------------------------------------------------------
commit 3d866ea67e8b19777e88ac2a78ee4188e0983168
Author: Matt Caswell <[email protected]>
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 <[email protected]>

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

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 51d49c8..afb2942 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
 
_____
openssl-commits mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-commits

Reply via email to