mirror of git://anongit.mindrot.org/openssh.git
upstream: Add newline at end of file to prevent compiler warnings.
OpenBSD-Commit-ID: 52f247d4eafe840c7c14c8befa71a760a8eeb063
This commit is contained in:
parent
941e0d3e9b
commit
afd830847a
|
@ -12,7 +12,7 @@ Public domain.
|
||||||
#ifdef HAVE_STDINT_H
|
#ifdef HAVE_STDINT_H
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
|
void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
|
||||||
#if 0
|
#if 0
|
||||||
void hexdump(const unsigned char *a, size_t len);
|
void hexdump(const unsigned char *a, size_t len);
|
||||||
|
|
Loading…
Reference in New Issue