summaryrefslogtreecommitdiff
path: root/xmss_hash.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-10-09 22:59:48 +0100
committerColin Watson <cjwatson@debian.org>2019-10-09 23:39:39 +0100
commit767ee84d3465b6d244a9108de5c167a9ab866df9 (patch)
tree69b14ef6a62d7f133298a21d2ad6046f130b7801 /xmss_hash.c
parentddeaf9ee7d5c6612b88f1c4a83fc6fbccb93bf60 (diff)
parentefef12825b9582c1710da3b7e50135870963d4f4 (diff)
New upstream release (8.1p1)
Diffstat (limited to 'xmss_hash.c')
-rw-r--r--xmss_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmss_hash.c b/xmss_hash.c
index b9eee7cff..50a577943 100644
--- a/xmss_hash.c
+++ b/xmss_hash.c
@@ -15,7 +15,7 @@ Public domain.
15 15
16#include <stddef.h> 16#include <stddef.h>
17#ifdef HAVE_STDINT_H 17#ifdef HAVE_STDINT_H
18#include <stdint.h> 18# include <stdint.h>
19#endif 19#endif
20#include <stdio.h> 20#include <stdio.h>
21#include <string.h> 21#include <string.h>