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_1_0-pre1~1604 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=64d2733176ea9a91ed46968bcf86c86aaa96ec68 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