diff genrsa.h @ 586:b50f0107e505

Rename rsa_key to dropbear_rsa_key (and same for dss too) so we don't conflict with libtomcrypt.
author Matt Johnston <matt@ucc.asn.au>
date Wed, 21 Jul 2010 12:55:25 +0000
parents fe6bca95afa7
children deed0571cacc
line wrap: on
line diff
--- a/genrsa.h	Wed Jul 21 12:38:46 2010 +0000
+++ b/genrsa.h	Wed Jul 21 12:55:25 2010 +0000
@@ -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 */