Mercurial > dropbear
comparison gendss.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 | 724c3e0c8734 |
children | c45d65392c1a |
comparison
equal
deleted
inserted
replaced
857:c19acba28590 | 858:220f55d540ae |
---|---|
24 | 24 |
25 #include "includes.h" | 25 #include "includes.h" |
26 #include "dbutil.h" | 26 #include "dbutil.h" |
27 #include "signkey.h" | 27 #include "signkey.h" |
28 #include "bignum.h" | 28 #include "bignum.h" |
29 #include "random.h" | 29 #include "dbrandom.h" |
30 #include "buffer.h" | 30 #include "buffer.h" |
31 #include "gendss.h" | 31 #include "gendss.h" |
32 #include "dss.h" | 32 #include "dss.h" |
33 | 33 |
34 #define QSIZE 20 /* 160 bit */ | 34 #define QSIZE 20 /* 160 bit */ |