Remove extra XMSS #endif

Extra #endif breaks compile with -DWITH_XMSS.  Pointed out by Jack
Schmidt via github.
This commit is contained in:
Darren Tucker 2018-03-05 10:22:32 +11:00
parent 055e09e221
commit 71e48bc794
1 changed files with 0 additions and 1 deletions

View File

@ -18,5 +18,4 @@ void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes);
#if 0
void hexdump(const unsigned char *a, size_t len);
#endif
#endif
#endif /* WITH_XMSS */