diff random.c @ 759:76fba0856749 ecc

More changes for KEX and ECDH. Set up hash descriptors, make ECC code work, ses.hash and ses.session_id are now buffers (doesn't compile)
author Matt Johnston <matt@ucc.asn.au>
date Fri, 29 Mar 2013 00:28:09 +0800
parents b07eb3dc23ec
children ac2158e3e403
line wrap: on
line diff
--- a/random.c	Fri Mar 29 00:26:46 2013 +0800
+++ b/random.c	Fri Mar 29 00:28:09 2013 +0800
@@ -27,6 +27,8 @@
 #include "dbutil.h"
 #include "bignum.h"
 #include "random.h"
+#include "ltc_prng.h"
+
 
 /* this is used to generate unique output from the same hashpool */
 static uint32_t counter = 0;