[openssl] OpenSSL_1_1_1-stable update

matthias.st.pierre at ncp-e.com matthias.st.pierre at ncp-e.com
Thu Feb 6 15:15:39 UTC 2020


The branch OpenSSL_1_1_1-stable has been updated
       via  6b9c86c471dcec61cfa836a4795aae3dd00c6827 (commit)
      from  2f1607989ae5560ba37e73a253f3aeb4b7c2fb19 (commit)


- Log -----------------------------------------------------------------
commit 6b9c86c471dcec61cfa836a4795aae3dd00c6827
Author: Jakub Jelen <jjelen at redhat.com>
Date:   Tue Jan 14 16:03:23 2020 +0100

    doc: Fix typo in EVP_DigestSignInit manpage
    
    CLA: trivial
    
    Signed-off-by: Jakub Jelen <jjelen at redhat.com>
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Tomas Mraz <tmraz at fedoraproject.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    Reviewed-by: Matthias St. Pierre <Matthias.St.Pierre at ncp-e.com>
    (Merged from https://github.com/openssl/openssl/pull/10841)
    
    (cherry picked from commit 099a398268a298557be784528ac1d94f0f44c97c)

-----------------------------------------------------------------------

Summary of changes:
 doc/man3/EVP_DigestSignInit.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/man3/EVP_DigestSignInit.pod b/doc/man3/EVP_DigestSignInit.pod
index cd159815de..5bd25f8be9 100644
--- a/doc/man3/EVP_DigestSignInit.pod
+++ b/doc/man3/EVP_DigestSignInit.pod
@@ -102,7 +102,7 @@ EVP_DigestSignFinal().
 
 =head1 RETURN VALUES
 
-EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignaFinal() and
+EVP_DigestSignInit(), EVP_DigestSignUpdate(), EVP_DigestSignFinal() and
 EVP_DigestSign() return 1 for success and 0 for failure.
 
 The error codes can be obtained from L<ERR_get_error(3)>.


More information about the openssl-commits mailing list