diff options
Diffstat (limited to 'xmss_hash.c')
-rw-r--r-- | xmss_hash.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmss_hash.c b/xmss_hash.c index c4cac47fd..c8b271167 100644 --- a/xmss_hash.c +++ b/xmss_hash.c | |||
@@ -1,3 +1,4 @@ | |||
1 | #ifdef WITH_XMSS | ||
1 | /* | 2 | /* |
2 | hash.c version 20160722 | 3 | hash.c version 20160722 |
3 | Andreas Hülsing | 4 | Andreas Hülsing |
@@ -135,3 +136,4 @@ int hash_f(unsigned char *out, const unsigned char *in, const unsigned char *pub | |||
135 | } | 136 | } |
136 | return core_hash_SHA2(out, 0, key, n, buf, n, n); | 137 | return core_hash_SHA2(out, 0, key, n, buf, n, n); |
137 | } | 138 | } |
139 | #endif /* WITH_XMSS */ | ||