From 72a5612a294ef16eb157cafc483b2a975ed95f8e Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Sun, 24 Feb 2013 00:16:02 +0800 Subject: [PATCH] fix typo --- dss.c | 1 - 1 file changed, 1 deletion(-) diff --git a/dss.c b/dss.c index c999c50..d984669 100644 --- a/dss.c +++ b/dss.c @@ -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) {