Mercurial > dropbear
comparison gendss.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 "dss.h" | 28 #include "dss.h" |
29 | 29 |
30 #ifdef DROPBEAR_DSS | 30 #ifdef DROPBEAR_DSS |
31 | 31 |
32 dss_key * gen_dss_priv_key(unsigned int size); | 32 dropbear_dss_key * gen_dss_priv_key(unsigned int size); |
33 | 33 |
34 #endif /* DROPBEAR_DSS */ | 34 #endif /* DROPBEAR_DSS */ |
35 | 35 |
36 #endif /* _GENDSS_H_ */ | 36 #endif /* _GENDSS_H_ */ |