Mercurial > dropbear
changeset 696:d6067dd60490
fix typo
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 24 Feb 2013 00:16:02 +0800 |
parents | 94aa1203be1e |
children | aadfa8de977d |
files | dss.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dss.c Sat Feb 23 17:55:46 2013 +0800 +++ b/dss.c Sun Feb 24 00:16:02 2013 +0800 @@ -260,7 +260,6 @@ /* Sign the data presented with key, writing the signature contents * to the buffer */ - * void buf_put_dss_sign(buffer* buf, dropbear_dss_key *key, const unsigned char* data, unsigned int len) {