comparison ltc_prng.h @ 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
1 #ifndef DROPBEAR_LTC_PRNG_H_DROPBEAR 1 #ifndef DROPBEAR_LTC_PRNG_H_DROPBEAR
2 #define DROPBEAR_LTC_PRNG_H_DROPBEAR 2 #define DROPBEAR_LTC_PRNG_H_DROPBEAR
3 3
4 #include "options.h"
5 #include "includes.h" 4 #include "includes.h"
6 5
7 #if DROPBEAR_LTC_PRNG 6 #if DROPBEAR_LTC_PRNG
8 7
9 extern const struct ltc_prng_descriptor dropbear_prng_desc; 8 extern const struct ltc_prng_descriptor dropbear_prng_desc;