[openssl] master update

Richard Levitte levitte at openssl.org
Wed Apr 24 14:36:14 UTC 2019


The branch master has been updated
       via  87930507ff1c020d4ba1ca895ef3ef08e17253b3 (commit)
      from  07822c515574223c2958fcddd52191cfbf9aefcd (commit)


- Log -----------------------------------------------------------------
commit 87930507ff1c020d4ba1ca895ef3ef08e17253b3
Author: Jakub Jelen <jjelen at redhat.com>
Date:   Thu Apr 18 16:09:45 2019 +0200

    doc: Get rid of unrelated reference to DSA_new()
    
    CLA: trivial
    
    Signed-off-by: Jakub Jelen <jjelen at redhat.com>
    
    Reviewed-by: Paul Yang <yang.yang at baishancloud.com>
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/8786)

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

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

diff --git a/doc/man3/ECDSA_SIG_new.pod b/doc/man3/ECDSA_SIG_new.pod
index f37005d..e99a823 100644
--- a/doc/man3/ECDSA_SIG_new.pod
+++ b/doc/man3/ECDSA_SIG_new.pod
@@ -200,7 +200,7 @@ ANSI X9.62, US Federal Information Processing Standard FIPS 186-2
 
 =head1 SEE ALSO
 
-L<DSA_new(3)>,
+L<EC_KEY_new(3)>,
 L<EVP_DigestSignInit(3)>,
 L<EVP_DigestVerifyInit(3)>
 


More information about the openssl-commits mailing list