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:
6b5f5e3
)
fix typo: pass pre-computed parameters to the underlying signature function; thanks...
author
Nils Larsch
<nils@openssl.org>
Mon, 13 Feb 2006 08:22:39 +0000
(08:22 +0000)
committer
Nils Larsch
<nils@openssl.org>
Mon, 13 Feb 2006 08:22:39 +0000
(08:22 +0000)
crypto/ecdsa/ecs_sign.c
patch
|
blob
|
history
diff --git
a/crypto/ecdsa/ecs_sign.c
b/crypto/ecdsa/ecs_sign.c
index 5143923050297d1a42e2c79d360b3a7d95b0a2c4..74b1fe8caff4d9816a3088dde7627113c1af742f 100644
(file)
--- a/
crypto/ecdsa/ecs_sign.c
+++ b/
crypto/ecdsa/ecs_sign.c
@@
-69,7
+69,7
@@
ECDSA_SIG *ECDSA_do_sign_ex(const unsigned char *dgst, int dlen,
ECDSA_DATA *ecdsa = ecdsa_check(eckey);
if (ecdsa == NULL)
return NULL;
- return ecdsa->meth->ecdsa_do_sign(dgst, dlen,
NULL, NULL
, eckey);
+ return ecdsa->meth->ecdsa_do_sign(dgst, dlen,
kinv, rp
, eckey);
}
int ECDSA_sign(int type, const unsigned char *dgst, int dlen, unsigned char