diff options
Diffstat (limited to 'xmss_wots.c')
-rw-r--r-- | xmss_wots.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_wots.c b/xmss_wots.c index 9f1900fcb..8e0c07be7 100644 --- a/xmss_wots.c +++ b/xmss_wots.c @@ -1,3 +1,4 @@ +#ifdef WITH_XMSS /* wots.c version 20160722 Andreas Hülsing @@ -187,3 +188,4 @@ int wots_pkFromSig(unsigned char *pk, const unsigned char *sig, const unsigned c free(basew); return 0; } +#endif /* WITH_XMSS */ |