dropbear: update to 2013.62
[tomato.git] / release / src / router / dropbear / ltc_prng.h
blobf5391e0409eaaba351183597a9ed56683f5431c8
1 #ifndef _LTC_PRNG_H_DROPBEAR
2 #define _LTC_PRNG_H_DROPBEAR
4 #include "options.h"
5 #include "includes.h"
7 #ifdef DROPBEAR_LTC_PRNG
9 extern const struct ltc_prng_descriptor dropbear_prng_desc;
11 #endif /* DROPBEAR_LTC_PRNG */
13 #endif /* _LTC_PRNG_H_DROPBEAR */