From: Nils Larsch Date: Sun, 24 Apr 2005 09:17:48 +0000 (+0000) Subject: update X-Git-Tag: OpenSSL_0_9_8-beta1~13^2~147 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0b3fc6e63b12f929f8c416e84eb6b1f9e6de17da;p=oweals%2Fopenssl.git update --- 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,