summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-24 09:17:48 +0000
committerNils Larsch <nils@openssl.org>2005-04-24 09:17:48 +0000
commit0b3fc6e63b12f929f8c416e84eb6b1f9e6de17da (patch)
treedbb16ef7734caad259f01386b347e99a8f021cb5 /doc
parentc2db9cfb5260868aa2d0a9ae62126b9e681d28f3 (diff)
update
Diffstat (limited to 'doc')
-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 2a0f412638..ab3bef0712 100644
--- a/doc/crypto/ecdsa.pod
+++ b/doc/crypto/ecdsa.pod
@@ -22,7 +22,7 @@ ecdsa - Elliptic Curve Digital Signature Algorithm
ECDSA_SIG* ECDSA_do_sign(const unsigned char *dgst, int dgst_len,
EC_KEY *eckey);
int ECDSA_do_verify(const unsigned char *dgst, int dgst_len,
- ECDSA_SIG *sig, EC_KEY* eckey);
+ const ECDSA_SIG *sig, EC_KEY* eckey);
int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx,
BIGNUM **kinv, BIGNUM **rp);
int ECDSA_sign(int type, const unsigned char *dgst,