comparison ltc_prng.h @ 1523:1d163552145f coverity

merge coverity
author Matt Johnston <matt@ucc.asn.au>
date Mon, 19 Feb 2018 23:14:49 +0800
parents d68d61e7056a
children
comparison
equal deleted inserted replaced
1510:eb4c7052f51d 1523:1d163552145f
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;