comparison ltc_prng.h @ 1295:750ec4ec4cbe

Convert #ifdef to #if, other build changes
author Matt Johnston <matt@ucc.asn.au>
date Wed, 04 May 2016 15:33:40 +0200
parents deed0571cacc
children d68d61e7056a
comparison
equal deleted inserted replaced
1294:56aba7dedbea 1295:750ec4ec4cbe
2 #define DROPBEAR_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 #if 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