aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/xmss_hash.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/xmss_hash.c')
-rw-r--r--crypto/openssh/xmss_hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/xmss_hash.c b/crypto/openssh/xmss_hash.c
index b9eee7cff293..50a577943974 100644
--- a/crypto/openssh/xmss_hash.c
+++ b/crypto/openssh/xmss_hash.c
@@ -15,7 +15,7 @@ Public domain.
#include <stddef.h>
#ifdef HAVE_STDINT_H
-#include <stdint.h>
+# include <stdint.h>
#endif
#include <stdio.h>
#include <string.h>