summaryrefslogtreecommitdiffstats
path: root/crypto/hkdf.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/hkdf.h')
-rw-r--r--crypto/hkdf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/hkdf.h b/crypto/hkdf.h
index 4306d3f..c980c36 100644
--- a/crypto/hkdf.h
+++ b/crypto/hkdf.h
@@ -35,7 +35,7 @@ class CRYPTO_EXPORT HKDF {
const base::StringPiece& info,
size_t key_bytes_to_generate,
size_t iv_bytes_to_generate);
- virtual ~HKDF();
+ ~HKDF();
base::StringPiece client_write_key() const {
return client_write_key_;