aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey/xmss/xmss_hash.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pubkey/xmss/xmss_hash.h')
-rw-r--r--src/lib/pubkey/xmss/xmss_hash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/xmss/xmss_hash.h b/src/lib/pubkey/xmss/xmss_hash.h
index 29a6ff90e..55b5fe930 100644
--- a/src/lib/pubkey/xmss/xmss_hash.h
+++ b/src/lib/pubkey/xmss/xmss_hash.h
@@ -144,7 +144,7 @@ class XMSS_Hash
**/
secure_vector<uint8_t> h_msg_final();
- size_t output_length() const { return m_output_length; };
+ size_t output_length() const { return m_output_length; }
private:
static const uint8_t m_id_f = 0x00;