Mercurial > dropbear
comparison gensignkey.c @ 858:220f55d540ae
rename random.h to dbrandom.h since some OSes have a system random.h
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 14 Nov 2013 22:05:47 +0800 |
parents | c19acba28590 |
children | 6e6ae84d3dba |
comparison
equal
deleted
inserted
replaced
857:c19acba28590 | 858:220f55d540ae |
---|---|
3 #include "buffer.h" | 3 #include "buffer.h" |
4 #include "ecdsa.h" | 4 #include "ecdsa.h" |
5 #include "genrsa.h" | 5 #include "genrsa.h" |
6 #include "gendss.h" | 6 #include "gendss.h" |
7 #include "signkey.h" | 7 #include "signkey.h" |
8 #include "random.h" | 8 #include "dbrandom.h" |
9 | 9 |
10 #define RSA_DEFAULT_SIZE 2048 | 10 #define RSA_DEFAULT_SIZE 2048 |
11 #define DSS_DEFAULT_SIZE 1024 | 11 #define DSS_DEFAULT_SIZE 1024 |
12 | 12 |
13 /* Returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE */ | 13 /* Returns DROPBEAR_SUCCESS or DROPBEAR_FAILURE */ |