comparison 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
comparison
equal deleted inserted replaced
585:d194db6f9453 586:b50f0107e505
27 27
28 #include "rsa.h" 28 #include "rsa.h"
29 29
30 #ifdef DROPBEAR_RSA 30 #ifdef DROPBEAR_RSA
31 31
32 rsa_key * gen_rsa_priv_key(unsigned int size); 32 dropbear_rsa_key * gen_rsa_priv_key(unsigned int size);
33 33
34 #endif /* DROPBEAR_RSA */ 34 #endif /* DROPBEAR_RSA */
35 35
36 #endif /* _GENRSA_H_ */ 36 #endif /* _GENRSA_H_ */