summaryrefslogtreecommitdiffhomepage
path: root/dss.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2017-06-24 10:34:58 +0800
committerMatt Johnston <matt@ucc.asn.au>2017-06-24 10:34:58 +0800
commit17a9b8802f0306010f5d1f071dce2b3ca80ae415 (patch)
tree3a9132478a270c96911681188c7ced75c05a9735 /dss.c
parent9b6f7fc9af56a4339194df490ec44b0cc7c7f55f (diff)
fix dss debug printing
--HG-- branch : fuzz
Diffstat (limited to 'dss.c')
-rw-r--r--dss.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dss.c b/dss.c
index 00899cf..8f80421 100644
--- a/dss.c
+++ b/dss.c
@@ -176,7 +176,7 @@ int buf_dss_verify(buffer* buf, dropbear_dss_key *key, buffer *data_buf) {
printmpint("dss verify p", key->p);
printmpint("dss verify q", key->q);
printmpint("dss verify g", key->g);
- printmpint("dss verify x", key->x);
+ printmpint("dss verify y", key->y);
#endif
/* hash the data */