aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh/xmss_fast.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/xmss_fast.c')
-rw-r--r--crypto/openssh/xmss_fast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssh/xmss_fast.c b/crypto/openssh/xmss_fast.c
index e37447f60d8c..421b39a37a9e 100644
--- a/crypto/openssh/xmss_fast.c
+++ b/crypto/openssh/xmss_fast.c
@@ -12,7 +12,7 @@ Public domain.
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_STDINT_H
-#include <stdint.h>
+# include <stdint.h>
#endif
#include "xmss_fast.h"