From: dtucker@openbsd.org Date: Mon, 26 Feb 2018 03:03:05 +0000 (+0000) Subject: upstream: Add newline at end of file to prevent compiler warnings. X-Git-Tag: V_7_7_P1~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=afd830847a82ebbd5aeab05bad6d2c8ce74df1cd;p=thirdparty%2Fopenssh-portable.git upstream: Add newline at end of file to prevent compiler warnings. OpenBSD-Commit-ID: 52f247d4eafe840c7c14c8befa71a760a8eeb063 --- diff --git a/xmss_commons.h b/xmss_commons.h index a79ba11e9..6617cef3e 100644 --- a/xmss_commons.h +++ b/xmss_commons.h @@ -12,7 +12,7 @@ Public domain. #ifdef HAVE_STDINT_H #include #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);