projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22ec08d
)
Minor EVP_SignInit_ex doc fix
author
Matt Caswell
<matt@openssl.org>
Mon, 2 Nov 2015 15:37:45 +0000
(15:37 +0000)
committer
Matt 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
patch
|
blob
|
history
diff --git
a/doc/crypto/EVP_SignInit.pod
b/doc/crypto/EVP_SignInit.pod
index 14ecc775af6a7ede9f4ce863656fce8515823ce2..c63d6b339318cbe6ba4b635f3c12df01846fa782 100644
(file)
--- 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