summaryrefslogtreecommitdiffhomepage
path: root/ecdsa.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-03-01 23:27:08 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-03-01 23:27:08 +0800
commit14ad6a597260106ab1ff818b89e6e5c53ea27473 (patch)
tree6bc4fcb9c4dcc2c00508cffd3c99a7855f116ab4 /ecdsa.c
parent9e66b5a9b1db60ca298eb76de413f2ecbeae2556 (diff)
parent3317916111c2fe05d18ff02fdde0f33cffa5d3e5 (diff)
merge
Diffstat (limited to 'ecdsa.c')
-rw-r--r--ecdsa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ecdsa.c b/ecdsa.c
index 0396014..4fee796 100644
--- a/ecdsa.c
+++ b/ecdsa.c
@@ -409,7 +409,7 @@ int buf_ecdsa_verify(buffer *buf, ecc_key *key, buffer *data_buf) {
out:
ltc_ecc_del_point(mG);
ltc_ecc_del_point(mQ);
- mp_clear_multi(r, s, v, w, u1, u2, p, e, m, NULL);
+ ltc_deinit_multi(r, s, v, w, u1, u2, p, e, m, NULL);
if (mp != NULL) {
ltc_mp.montgomery_deinit(mp);
}