comparison ltc_prng.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 c19acba28590
children 210f6b49df89
comparison
equal deleted inserted replaced
857:c19acba28590 858:220f55d540ae
11 * 11 *
12 * Tom St Denis, [email protected], http://libtomcrypt.com 12 * Tom St Denis, [email protected], http://libtomcrypt.com
13 */ 13 */
14 #include "options.h" 14 #include "options.h"
15 #include "includes.h" 15 #include "includes.h"
16 #include "random.h" 16 #include "dbrandom.h"
17 #include "ltc_prng.h" 17 #include "ltc_prng.h"
18 18
19 /** 19 /**
20 @file sprng.c 20 @file sprng.c
21 Secure PRNG, Tom St Denis 21 Secure PRNG, Tom St Denis