diff 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
line wrap: on
line diff
--- a/ltc_prng.h	Mon May 02 23:48:16 2016 +0200
+++ b/ltc_prng.h	Wed May 04 15:33:40 2016 +0200
@@ -4,7 +4,7 @@
 #include "options.h"
 #include "includes.h"
 
-#ifdef DROPBEAR_LTC_PRNG
+#if DROPBEAR_LTC_PRNG
 
 extern const struct ltc_prng_descriptor dropbear_prng_desc;