Minor EVP_SignInit_ex doc fix
authorMatt Caswell <matt@openssl.org>
Mon, 2 Nov 2015 15:37:45 +0000 (15:37 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 4 Nov 2015 14:39:32 +0000 (14:39 +0000)
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@openssl.org>
(cherry picked from commit 3d866ea67e8b19777e88ac2a78ee4188e0983168)

doc/crypto/EVP_SignInit.pod

index 14ecc775af6a7ede9f4ce863656fce8515823ce2..c63d6b339318cbe6ba4b635f3c12df01846fa782 100644 (file)
@@ -2,7 +2,8 @@
 
 =head1 NAME
 
 
 =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
 
 
 =head1 SYNOPSIS