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:37:13 +0000 (14:37 +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>
doc/crypto/EVP_SignInit.pod

index 51d49c8cf888d5cc7900de67c5cc1f2c28639a3d..afb2942332ba3186fe7b23a57f207805e0fab7aa 100644 (file)
@@ -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