summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-02-24 00:16:02 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-02-24 00:16:02 +0800
commit72a5612a294ef16eb157cafc483b2a975ed95f8e (patch)
tree354d1627d7e1a4fe39eaa2507fc28f890502de80
parentd7f215363123812ac2fc8d43e2e5e58d010896e7 (diff)
fix typo
-rw-r--r--dss.c1
1 files changed, 0 insertions, 1 deletions
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) {