[openssh-commits] [openssh] 02/03: upstream: ssh/xmss: fix build; ok djm@

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Mar 23 11:05:43 AEDT 2018


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit cb1f94431ef319cd48618b8b771b58739a8210cf
Author: markus at openbsd.org <markus at openbsd.org>
Date:   Thu Mar 22 07:06:11 2018 +0000

    upstream: ssh/xmss: fix build; ok djm@
    
    OpenBSD-Commit-ID: c9374ca41d4497f1c673ab681cc33f6e7c5dd186
---
 xmss_fast.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xmss_fast.c b/xmss_fast.c
index e61d657c..e37447f6 100644
--- a/xmss_fast.c
+++ b/xmss_fast.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xmss_fast.c,v 1.2 2018/02/26 03:56:44 dtucker Exp $ */
+/* $OpenBSD: xmss_fast.c,v 1.3 2018/03/22 07:06:11 markus Exp $ */
 /*
 xmss_fast.c version 20160722
 Andreas Hülsing
@@ -9,13 +9,13 @@ Public domain.
 #include "includes.h"
 #ifdef WITH_XMSS
 
-#include "xmss_fast.h"
 #include <stdlib.h>
 #include <string.h>
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
 
+#include "xmss_fast.h"
 #include "crypto_api.h"
 #include "xmss_wots.h"
 #include "xmss_hash.h"

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list