comparison ltc_prng.h @ 1049:01eea88963f3 fastopen

merge from default
author Matt Johnston <matt@ucc.asn.au>
date Sat, 28 Feb 2015 09:06:40 +0800
parents deed0571cacc
children 750ec4ec4cbe
comparison
equal deleted inserted replaced
1048:9cec9ed503bb 1049:01eea88963f3
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 */