aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/pk_pad/emsa.h')
-rw-r--r--src/lib/pk_pad/emsa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/pk_pad/emsa.h b/src/lib/pk_pad/emsa.h
index 4b932fd78..437f84d89 100644
--- a/src/lib/pk_pad/emsa.h
+++ b/src/lib/pk_pad/emsa.h
@@ -55,7 +55,7 @@ class BOTAN_DLL EMSA
const secure_vector<uint8_t>& raw,
size_t key_bits) = 0;
- virtual ~EMSA();
+ virtual ~EMSA() = default;
/**
* @return a new object representing the same encoding method as *this