summaryrefslogtreecommitdiffhomepage
path: root/gendss.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2010-07-21 12:55:25 +0000
committerMatt Johnston <matt@ucc.asn.au>2010-07-21 12:55:25 +0000
commitfced1113d3dfbe6ee8ce8784ab75ae074a47e03b (patch)
tree6959f8ef7d3488ab5e198de958fbf52467218097 /gendss.h
parent4d050c34cb96d07bef509eb537cde21faa987dbb (diff)
Rename rsa_key to dropbear_rsa_key (and same for dss too) so
we don't conflict with libtomcrypt. --HG-- extra : convert_revision : 77961344ec415d73d48fdc7b1ebead3099c13394
Diffstat (limited to 'gendss.h')
-rw-r--r--gendss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gendss.h b/gendss.h
index 246dae3..44335bc 100644
--- a/gendss.h
+++ b/gendss.h
@@ -29,7 +29,7 @@
#ifdef DROPBEAR_DSS
-dss_key * gen_dss_priv_key(unsigned int size);
+dropbear_dss_key * gen_dss_priv_key(unsigned int size);
#endif /* DROPBEAR_DSS */