This commit is contained in:
Matt Johnston 2013-02-24 00:16:02 +08:00
parent d7f2153631
commit 72a5612a29

1
dss.c
View File

@ -260,7 +260,6 @@ out:
/* Sign the data presented with key, writing the signature contents /* Sign the data presented with key, writing the signature contents
* to the buffer */ * to the buffer */
*
void buf_put_dss_sign(buffer* buf, dropbear_dss_key *key, const unsigned char* data, void buf_put_dss_sign(buffer* buf, dropbear_dss_key *key, const unsigned char* data,
unsigned int len) { unsigned int len) {