diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2018-02-26 03:03:06 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2018-02-26 03:03:06 +0000 |
commit | 2630ec67b81ff885f9908ae79618e499cfc65d69 (patch) | |
tree | 513bfc231626ad3fb3e01403cf0c1c0d148cf419 /usr.bin/ssh/xmss_commons.h | |
parent | a685d88c321b983d87e1c139e05c1a579405d811 (diff) |
Add newline at end of file to prevent compiler warnings.
Diffstat (limited to 'usr.bin/ssh/xmss_commons.h')
-rw-r--r-- | usr.bin/ssh/xmss_commons.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/xmss_commons.h b/usr.bin/ssh/xmss_commons.h index 32fd4e2dc1a..eebf99f8d05 100644 --- a/usr.bin/ssh/xmss_commons.h +++ b/usr.bin/ssh/xmss_commons.h @@ -12,4 +12,4 @@ Public domain. void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes); void hexdump(const unsigned char *a, size_t len); -#endif
\ No newline at end of file +#endif |