diff common-runopts.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 f92eb625c48d
children b9a466b43de0
line wrap: on
line diff
--- a/common-runopts.c	Mon May 02 23:48:16 2016 +0200
+++ b/common-runopts.c	Wed May 04 15:33:40 2016 +0200
@@ -62,7 +62,7 @@
 	return ret;
 }
 
-#ifdef ENABLE_USER_ALGO_LIST
+#if DROPBEAR_USER_ALGO_LIST
 void
 parse_ciphers_macs()
 {