summaryrefslogtreecommitdiff
path: root/xmss_wots.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2019-10-09 09:06:35 +1100
committerDamien Miller <djm@mindrot.org>2019-10-09 09:06:35 +1100
commitcfc1897a2002ec6c4dc879b24e8b3153c87ea2cf (patch)
treeebeec2716f65dbb23cf0db174b2b82833c0b8fc2 /xmss_wots.c
parent13b3369830a43b89a503915216a23816d1b25744 (diff)
wrap stdint.h include in HAVE_STDINT_H
make the indenting a little more consistent too.. Fixes Solaris 2.6; reported by Tom G. Christensen
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 ed904cd75..993e661f6 100644
--- a/xmss_wots.c
+++ b/xmss_wots.c
@@ -11,7 +11,7 @@ Public domain.
11 11
12#include <stdlib.h> 12#include <stdlib.h>
13#ifdef HAVE_STDINT_H 13#ifdef HAVE_STDINT_H
14#include <stdint.h> 14# include <stdint.h>
15#endif 15#endif
16#include <limits.h> 16#include <limits.h>
17#include "xmss_commons.h" 17#include "xmss_commons.h"