From a10d8552d0d2438da4ed539275abcbf557d1e7a8 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Tue, 27 Feb 2018 14:45:17 +1100 Subject: Conditionally compile XMSS code. The XMSS code is currently experimental and, unlike the rest of OpenSSH cannot currently be compiled with a c89 compiler. --- xmss_commons.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xmss_commons.h') diff --git a/xmss_commons.h b/xmss_commons.h index d9a920c02..a79ba11e9 100644 --- a/xmss_commons.h +++ b/xmss_commons.h @@ -1,3 +1,4 @@ +#ifdef WITH_XMSS /* xmss_commons.h 20160722 Andreas Hülsing @@ -17,3 +18,4 @@ void to_byte(unsigned char *output, unsigned long long in, uint32_t bytes); void hexdump(const unsigned char *a, size_t len); #endif #endif +#endif /* WITH_XMSS */ -- cgit v1.2.3