comparison ltc_prng.c @ 1515:d68d61e7056a

include config.h for options.h. don't need to include options.h when includes.h brings it in
author Matt Johnston <matt@ucc.asn.au>
date Sun, 18 Feb 2018 11:22:13 +0800
parents 750ec4ec4cbe
children
comparison
equal deleted inserted replaced
1514:6c16a05023aa 1515:d68d61e7056a
9 * The library is free for all purposes without any express 9 * The library is free for all purposes without any express
10 * guarantee it works. 10 * guarantee it works.
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"
15 #include "includes.h" 14 #include "includes.h"
16 #include "dbrandom.h" 15 #include "dbrandom.h"
17 #include "ltc_prng.h" 16 #include "ltc_prng.h"
18 17
19 /** 18 /**