aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pubkey
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pubkey')
-rw-r--r--src/lib/pubkey/pk_ops_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pubkey/pk_ops_impl.h b/src/lib/pubkey/pk_ops_impl.h
index 958bf27ec..a9f8b9c11 100644
--- a/src/lib/pubkey/pk_ops_impl.h
+++ b/src/lib/pubkey/pk_ops_impl.h
@@ -217,7 +217,7 @@ class KEM_Decryption_with_KDF : public KEM_Decryption
raw_kem_decrypt(const uint8_t encap_key[], size_t len) = 0;
explicit KEM_Decryption_with_KDF(const std::string& kdf);
- ~KEM_Decryption_with_KDF() = default;;
+ ~KEM_Decryption_with_KDF() = default;
private:
std::unique_ptr<KDF> m_kdf;
};