summaryrefslogtreecommitdiffstats
path: root/doc/crypto/ecdsa.pod
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-03-03 15:12:17 +0000
committerDr. Stephen Henson <steve@openssl.org>2014-03-03 15:12:17 +0000
commit12c56e4888897c510b611d482d329eed12fab6cb (patch)
treeff3c52482bf32e5e804da5a16a5f2105f4b6811d /doc/crypto/ecdsa.pod
parent1bd4ee1da1c9fe9f8ad79e17df9ff8af7991b5c3 (diff)
Sync crypto documentation with master branch.
Diffstat (limited to 'doc/crypto/ecdsa.pod')
-rw-r--r--doc/crypto/ecdsa.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/crypto/ecdsa.pod b/doc/crypto/ecdsa.pod
index 59a5916de1..46c071b733 100644
--- a/doc/crypto/ecdsa.pod
+++ b/doc/crypto/ecdsa.pod
@@ -2,7 +2,7 @@
=head1 NAME
-ecdsa - Elliptic Curve Digital Signature Algorithm
+ECDSA_SIG_new, ECDSA_SIG_free, i2d_ECDSA_SIG, d2i_ECDSA_SIG, ECDSA_size, ECDSA_sign_setup, ECDSA_sign, ECDSA_sign_ex, ECDSA_verify, ECDSA_do_sign, ECDSA_do_sign_ex, ECDSA_do_verify - Elliptic Curve Digital Signature Algorithm
=head1 SYNOPSIS