aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/emsa.h
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-04-04 09:19:53 -0400
committerJack Lloyd <[email protected]>2017-04-04 09:19:53 -0400
commit6a7cb70c7bf740af222e727e9c6d49e9bf67c999 (patch)
treeaa4eaf1518b9217fb71173c39331e7e09fea58c0 /src/lib/pk_pad/emsa.h
parent0ed70091083c3a2ead5080868370a59202a8dc0f (diff)
parentfbef72e11c483fae16c32480cf84253a56d0ee25 (diff)
Merge GH #965 Various code cleanups
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