summaryrefslogtreecommitdiff
path: root/genrsa.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
commit2f797b76992ce382d13a229cb0882e060cd297fc (patch)
tree6959f8ef7d3488ab5e198de958fbf52467218097 /genrsa.h
parent4bdf1aa1eb8e4fb38a8b3f6693e110397712bf5e (diff)
downloaddropbear-2f797b76992ce382d13a229cb0882e060cd297fc.tar.gz
Rename rsa_key to dropbear_rsa_key (and same for dss too) so
we don't conflict with libtomcrypt.
Diffstat (limited to 'genrsa.h')
-rw-r--r--genrsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/genrsa.h b/genrsa.h
index ef9f579..4aad948 100644
--- a/genrsa.h
+++ b/genrsa.h
@@ -29,7 +29,7 @@
#ifdef DROPBEAR_RSA
-rsa_key * gen_rsa_priv_key(unsigned int size);
+dropbear_rsa_key * gen_rsa_priv_key(unsigned int size);
#endif /* DROPBEAR_RSA */