summaryrefslogtreecommitdiff
path: root/xmss_fast.c
diff options
context:
space:
mode:
Diffstat (limited to 'xmss_fast.c')
-rw-r--r--xmss_fast.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_fast.c b/xmss_fast.c
index b918f135a..5e3a54314 100644
--- a/xmss_fast.c
+++ b/xmss_fast.c
@@ -1,3 +1,4 @@
1#ifdef WITH_XMSS
1/* 2/*
2xmss_fast.c version 20160722 3xmss_fast.c version 20160722
3Andreas Hülsing 4Andreas Hülsing
@@ -1101,3 +1102,4 @@ fail:
1101 *msglen = -1; 1102 *msglen = -1;
1102 return -1; 1103 return -1;
1103} 1104}
1105#endif /* WITH_XMSS */