[openssl-commits] [openssl] master update

Matt Caswell matt at openssl.org
Wed Feb 25 20:48:02 UTC 2015


The branch master has been updated
       via  64d2733176ea9a91ed46968bcf86c86aaa96ec68 (commit)
      from  12e0ea306a18daefecd7ce769b1cc8bf401aae4c (commit)


- Log -----------------------------------------------------------------
commit 64d2733176ea9a91ed46968bcf86c86aaa96ec68
Author: Rainer Jung <rainer.jung at kippdata.de>
Date:   Tue Feb 24 19:12:17 2015 +0000

    Fix NAME section of d2i_ECPKParameters to prevent broken symlinks when using
    the extract-names.pl script.
    
    RT#3718
    
    Reviewed-by: Rich Salz <rsalz at openssl.org>

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

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

diff --git a/doc/crypto/d2i_ECPKParameters.pod b/doc/crypto/d2i_ECPKParameters.pod
index 3768c41..704b4ab 100644
--- a/doc/crypto/d2i_ECPKParameters.pod
+++ b/doc/crypto/d2i_ECPKParameters.pod
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-d2i_ECPKParameters, i2d_ECPKParameters, d2i_ECPKParameters_bio, i2d_ECPKParameters_bio, d2i_ECPKParameters_fp, i2d_ECPKParameters_fp(fp,x), ECPKParameters_print, ECPKParameters_print_fp - Functions for decoding and encoding ASN1 representations of elliptic curve entities
+d2i_ECPKParameters, i2d_ECPKParameters, d2i_ECPKParameters_bio, i2d_ECPKParameters_bio, d2i_ECPKParameters_fp, i2d_ECPKParameters_fp, ECPKParameters_print, ECPKParameters_print_fp - Functions for decoding and encoding ASN1 representations of elliptic curve entities
 
 =head1 SYNOPSIS
 


More information about the openssl-commits mailing list