mirror of
git://anongit.mindrot.org/openssh.git
synced 2025-04-27 13:48:25 +00:00
Remove extra XMSS #endif
Extra #endif breaks compile with -DWITH_XMSS. Pointed out by Jack Schmidt via github.
This commit is contained in:
parent
055e09e221
commit
71e48bc794
@ -18,5 +18,4 @@ 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);
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
#endif /* WITH_XMSS */
|
#endif /* WITH_XMSS */
|
||||||
|
Loading…
Reference in New Issue
Block a user