comparison ltc_prng.h @ 1036:deed0571cacc

DROPBEAR_ prefix for include guards to avoid collisions
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:43:01 +0800
parents c19acba28590
children 750ec4ec4cbe
comparison
equal deleted inserted replaced
1022:4121ca987e6a 1036:deed0571cacc
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 */