Mercurial > dropbear
diff 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 |
line wrap: on
line diff
--- a/dss.c Thu Nov 14 22:03:30 2013 +0800 +++ b/dss.c Thu Nov 14 22:05:47 2013 +0800 @@ -28,7 +28,7 @@ #include "dss.h" #include "buffer.h" #include "ssh.h" -#include "random.h" +#include "dbrandom.h" /* Handle DSS (Digital Signature Standard), aka DSA (D.S. Algorithm), * operations, such as key reading, signing, verification. Key generation