summaryrefslogtreecommitdiff
path: root/xmss_wots.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmss_wots.c')
-rw-r--r--xmss_wots.c2
1 files changed, 1 insertions, 1 deletions
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 <stdlib.h>
#ifdef HAVE_STDINT_H