[openssh-commits] [openssh] 01/06: upstream: Add newline at end of file to prevent compiler warnings.

git+noreply at mindrot.org git+noreply at mindrot.org
Sat Mar 3 14:18:09 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 afd830847a82ebbd5aeab05bad6d2c8ce74df1cd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Feb 26 03:03:05 2018 +0000

    upstream: Add newline at end of file to prevent compiler warnings.
    
    OpenBSD-Commit-ID: 52f247d4eafe840c7c14c8befa71a760a8eeb063
---
 xmss_commons.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xmss_commons.h b/xmss_commons.h
index a79ba11e..6617cef3 100644
--- a/xmss_commons.h
+++ b/xmss_commons.h
@@ -12,7 +12,7 @@ Public domain.
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
-
+#endif
 void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
 #if 0
 void hexdump(const unsigned char *a, size_t len);

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


More information about the openssh-commits mailing list