Mercurial > dropbear
diff random.c @ 839:33207ed1174b
Merge in ECC
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 21 Oct 2013 22:57:21 +0800 |
parents | 4095b6d7c9fc |
children | 3a9ec98808c3 |
line wrap: on
line diff
--- a/random.c Wed Oct 16 22:55:03 2013 +0800 +++ b/random.c Mon Oct 21 22:57:21 2013 +0800 @@ -28,6 +28,7 @@ #include "bignum.h" #include "random.h" + /* this is used to generate unique output from the same hashpool */ static uint32_t counter = 0; /* the max value for the counter, so it won't integer overflow */