diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-02-24 00:16:02 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-02-24 00:16:02 +0800 |
commit | 72a5612a294ef16eb157cafc483b2a975ed95f8e (patch) | |
tree | 354d1627d7e1a4fe39eaa2507fc28f890502de80 | |
parent | d7f215363123812ac2fc8d43e2e5e58d010896e7 (diff) |
fix typo
-rw-r--r-- | dss.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -260,7 +260,6 @@ out: /* 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) { |