diff options
author | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-10-09 22:59:48 +0100 |
commit | 4213eec74e74de6310c27a40c3e9759a08a73996 (patch) | |
tree | e97a6dcafc6763aea7c804e4e113c2750cb1400d /xmss_hash.c | |
parent | 102062f825fb26a74295a1c089c00c4c4c76b68a (diff) | |
parent | cdf1d0a9f5d18535e0a18ff34860e81a6d83aa5c (diff) |
Import openssh_8.1p1.orig.tar.gz
Diffstat (limited to 'xmss_hash.c')
-rw-r--r-- | xmss_hash.c | 2 |
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> |