Mercurial > dropbear
comparison dss.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 |
---|---|
26 #include "dbutil.h" | 26 #include "dbutil.h" |
27 #include "bignum.h" | 27 #include "bignum.h" |
28 #include "dss.h" | 28 #include "dss.h" |
29 #include "buffer.h" | 29 #include "buffer.h" |
30 #include "ssh.h" | 30 #include "ssh.h" |
31 #include "random.h" | 31 #include "dbrandom.h" |
32 | 32 |
33 /* Handle DSS (Digital Signature Standard), aka DSA (D.S. Algorithm), | 33 /* Handle DSS (Digital Signature Standard), aka DSA (D.S. Algorithm), |
34 * operations, such as key reading, signing, verification. Key generation | 34 * operations, such as key reading, signing, verification. Key generation |
35 * is in gendss.c, since it isn't required in the server itself. | 35 * is in gendss.c, since it isn't required in the server itself. |
36 * | 36 * |