diff options
author | Darren Tucker <dtucker@dtucker.net> | 2018-03-05 00:22:32 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2018-03-05 00:22:32 +0100 |
commit | 71e48bc7945f867029e50e06c665c66aed6d3c64 (patch) | |
tree | 44ea91ff8f3b883f0834afce1c3221b840c18f78 | |
parent | upstream: Update RSA minimum modulus size to 1024. sshkey.h rev 1.18 (diff) | |
download | openssh-71e48bc7945f867029e50e06c665c66aed6d3c64.tar.xz openssh-71e48bc7945f867029e50e06c665c66aed6d3c64.zip |
Remove extra XMSS #endif
Extra #endif breaks compile with -DWITH_XMSS. Pointed out by Jack
Schmidt via github.
-rw-r--r-- | xmss_commons.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmss_commons.h b/xmss_commons.h index d5a14aa39..a98e4799c 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 */ |