projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2db9cf
)
update
author
Nils Larsch
<nils@openssl.org>
Sun, 24 Apr 2005 09:17:48 +0000
(09:17 +0000)
committer
Nils Larsch
<nils@openssl.org>
Sun, 24 Apr 2005 09:17:48 +0000
(09:17 +0000)
doc/crypto/ecdsa.pod
patch
|
blob
|
history
diff --git
a/doc/crypto/ecdsa.pod
b/doc/crypto/ecdsa.pod
index 2a0f412638002d2bff9e56f78bd1d8556e872666..ab3bef07124560f6bb9f941a22dd419a674f688d 100644
(file)
--- 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,