[openssh-commits] [openssh] 01/01: Remove extra XMSS #endif
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Mar 5 10:23:52 AEDT 2018
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 71e48bc7945f867029e50e06c665c66aed6d3c64
Author: Darren Tucker <dtucker at dtucker.net>
Date: Mon Mar 5 10:22:32 2018 +1100
Remove extra XMSS #endif
Extra #endif breaks compile with -DWITH_XMSS. Pointed out by Jack
Schmidt via github.
---
xmss_commons.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/xmss_commons.h b/xmss_commons.h
index d5a14aa3..a98e4799 100644
--- a/xmss_commons.h
+++ b/xmss_commons.h
@@ -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 */
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list