# HG changeset patch # User Matt Johnston # Date 1361636162 -28800 # Node ID d6067dd604907954e51a96c9713fb0d93249a0c8 # Parent 94aa1203be1e9cabda51d850ae952152606d67e0 fix typo diff -r 94aa1203be1e -r d6067dd60490 dss.c --- 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) {