comparison ltc_prng.h @ 1046:b8f4b7027191 coverity

merge
author Matt Johnston <matt@ucc.asn.au>
date Tue, 24 Feb 2015 22:48:34 +0800
parents deed0571cacc
children 750ec4ec4cbe
comparison
equal deleted inserted replaced
1014:37c510c2ac7c 1046:b8f4b7027191
1 #ifndef _LTC_PRNG_H_DROPBEAR 1 #ifndef DROPBEAR_LTC_PRNG_H_DROPBEAR
2 #define _LTC_PRNG_H_DROPBEAR 2 #define DROPBEAR_LTC_PRNG_H_DROPBEAR
3 3
4 #include "options.h" 4 #include "options.h"
5 #include "includes.h" 5 #include "includes.h"
6 6
7 #ifdef DROPBEAR_LTC_PRNG 7 #ifdef DROPBEAR_LTC_PRNG
8 8
9 extern const struct ltc_prng_descriptor dropbear_prng_desc; 9 extern const struct ltc_prng_descriptor dropbear_prng_desc;
10 10
11 #endif /* DROPBEAR_LTC_PRNG */ 11 #endif /* DROPBEAR_LTC_PRNG */
12 12
13 #endif /* _LTC_PRNG_H_DROPBEAR */ 13 #endif /* DROPBEAR_LTC_PRNG_H_DROPBEAR */