summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-11-02 15:37:45 +0000
committerMatt Caswell <matt@openssl.org>2015-11-04 14:37:13 +0000
commit3d866ea67e8b19777e88ac2a78ee4188e0983168 (patch)
tree7a4900e9167d89fdd46ff740317ef8848fed7928 /doc
parent2c9be7d09f4566f7fb78d168acd5038dd4384ca5 (diff)
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@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/EVP_SignInit.pod3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/crypto/EVP_SignInit.pod b/doc/crypto/EVP_SignInit.pod
index 51d49c8cf8..afb2942332 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