diff gendss.c @ 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 c45d65392c1a
children 06d52bcb8094
line wrap: on
line diff
--- a/gendss.c	Mon May 02 23:48:16 2016 +0200
+++ b/gendss.c	Wed May 04 15:33:40 2016 +0200
@@ -35,7 +35,7 @@
 
 /* This is just a test */
 
-#ifdef DROPBEAR_DSS
+#if DROPBEAR_DSS
 
 static void getq(dropbear_dss_key *key);
 static void getp(dropbear_dss_key *key, unsigned int size);