From 941e0d3e9bb8d5e4eb70cc694441445faf037c84 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Wed, 28 Feb 2018 19:59:35 +1100 Subject: Add WITH_XMSS, move to prevent conflicts. Add #ifdef WITH_XMSS to ssh-xmss.c, move it in the other files to after includes.h so it's less likely to conflict and will pick up WITH_XMSS if added to config.h. --- xmss_wots.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xmss_wots.c') diff --git a/xmss_wots.c b/xmss_wots.c index 8e0c07be..7767a656 100644 --- a/xmss_wots.c +++ b/xmss_wots.c @@ -1,4 +1,3 @@ -#ifdef WITH_XMSS /* wots.c version 20160722 Andreas Hülsing @@ -7,6 +6,7 @@ Public domain. */ #include "includes.h" +#ifdef WITH_XMSS #include #ifdef HAVE_STDINT_H -- cgit v1.2.1