]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Add newline at end of file to prevent compiler warnings.
authordtucker@openbsd.org <dtucker@openbsd.org>
Mon, 26 Feb 2018 03:03:05 +0000 (03:03 +0000)
committerDamien Miller <djm@mindrot.org>
Fri, 2 Mar 2018 03:29:01 +0000 (14:29 +1100)
OpenBSD-Commit-ID: 52f247d4eafe840c7c14c8befa71a760a8eeb063

xmss_commons.h

index a79ba11e9b21c18cc9f337ced7451ebbd4e23e76..6617cef3e85a632464fe9e9407c672a9570c402a 100644 (file)
@@ -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);