[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Matt Caswell
matt at openssl.org
Wed Nov 4 14:39:22 UTC 2015
The branch OpenSSL_1_0_2-stable has been updated
via ca3658e0000b7051ccf1610cbcf73adb87062869 (commit)
from 8f486d793b2b12d4cf275eb39f4b97dade1044e3 (commit)
- Log -----------------------------------------------------------------
commit ca3658e0000b7051ccf1610cbcf73adb87062869
Author: Matt Caswell <matt at openssl.org>
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 <steve at openssl.org>
(cherry picked from commit 3d866ea67e8b19777e88ac2a78ee4188e0983168)
-----------------------------------------------------------------------
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 14ecc77..c63d6b3 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
More information about the openssl-commits
mailing list