artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
baea804
)
Add newline at end of file to prevent compiler warnings.
author
dtucker
<dtucker@openbsd.org>
Mon, 26 Feb 2018 03:03:05 +0000
(
03:03
+0000)
committer
dtucker
<dtucker@openbsd.org>
Mon, 26 Feb 2018 03:03:05 +0000
(
03:03
+0000)
usr.bin/ssh/xmss_commons.h
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/xmss_commons.h
b/usr.bin/ssh/xmss_commons.h
index
32fd4e2
..
eebf99f
100644
(file)
--- 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