From: Rainer Jung Date: Tue, 24 Feb 2015 19:12:17 +0000 (+0000) Subject: Fix NAME section of d2i_ECPKParameters to prevent broken symlinks when using X-Git-Tag: OpenSSL_1_0_2a~63 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fbabc6c06ed8acf9358e44d4328c0c90c6607d1b;p=oweals%2Fopenssl.git Fix NAME section of d2i_ECPKParameters to prevent broken symlinks when using the extract-names.pl script. RT#3718 Reviewed-by: Rich Salz --- diff --git a/doc/crypto/d2i_ECPKParameters.pod b/doc/crypto/d2i_ECPKParameters.pod index 3768c410d8..704b4ab352 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