summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Jung <rainer.jung@kippdata.de>2015-02-24 19:12:17 +0000
committerMatt Caswell <matt@openssl.org>2015-02-25 20:46:51 +0000
commit64d2733176ea9a91ed46968bcf86c86aaa96ec68 (patch)
tree861607c4630f6ba8549346a9b1777fa0e54e94e1 /doc
parent12e0ea306a18daefecd7ce769b1cc8bf401aae4c (diff)
Fix NAME section of d2i_ECPKParameters to prevent broken symlinks when using
the extract-names.pl script. RT#3718 Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/crypto/d2i_ECPKParameters.pod2
1 files changed, 1 insertions, 1 deletions
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