diff options
author | Damien Miller <djm@mindrot.org> | 2019-10-09 09:06:35 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-10-09 09:06:35 +1100 |
commit | cfc1897a2002ec6c4dc879b24e8b3153c87ea2cf (patch) | |
tree | ebeec2716f65dbb23cf0db174b2b82833c0b8fc2 /xmss_hash_address.c | |
parent | 13b3369830a43b89a503915216a23816d1b25744 (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_hash_address.c')
-rw-r--r-- | xmss_hash_address.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmss_hash_address.c b/xmss_hash_address.c index c6c1347e9..2702c4562 100644 --- a/xmss_hash_address.c +++ b/xmss_hash_address.c | |||
@@ -9,7 +9,7 @@ Public domain. | |||
9 | #ifdef WITH_XMSS | 9 | #ifdef WITH_XMSS |
10 | 10 | ||
11 | #ifdef HAVE_STDINT_H | 11 | #ifdef HAVE_STDINT_H |
12 | #include <stdint.h> | 12 | # include <stdint.h> |
13 | #endif | 13 | #endif |
14 | #include "xmss_hash_address.h" /* prototypes */ | 14 | #include "xmss_hash_address.h" /* prototypes */ |
15 | 15 | ||