diff options
author | Matt Johnston <matt@ucc.asn.au> | 2017-06-24 10:34:58 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2017-06-24 10:34:58 +0800 |
commit | 17a9b8802f0306010f5d1f071dce2b3ca80ae415 (patch) | |
tree | 3a9132478a270c96911681188c7ced75c05a9735 /dss.c | |
parent | 9b6f7fc9af56a4339194df490ec44b0cc7c7f55f (diff) |
fix dss debug printing
--HG--
branch : fuzz
Diffstat (limited to 'dss.c')
-rw-r--r-- | dss.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |