diff options
author | Jack Lloyd <[email protected]> | 2016-11-08 10:33:45 -0500 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2016-11-08 10:33:45 -0500 |
commit | fc44288f56588fdafb54aedb00458fd75472d6aa (patch) | |
tree | 9f9aa771c1b29cd64189bce210e4428d8c0c750e /src/lib/pubkey/ecdh | |
parent | 181777189eceab70ec6ff19104902ab3ac8255c5 (diff) |
Remove Key_Type typedefs
Also part of Algo_Registry and not needed after #668
Diffstat (limited to 'src/lib/pubkey/ecdh')
-rw-r--r-- | src/lib/pubkey/ecdh/ecdh.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/pubkey/ecdh/ecdh.cpp b/src/lib/pubkey/ecdh/ecdh.cpp index f3da737bb..1bdf2c209 100644 --- a/src/lib/pubkey/ecdh/ecdh.cpp +++ b/src/lib/pubkey/ecdh/ecdh.cpp @@ -26,7 +26,6 @@ namespace { class ECDH_KA_Operation : public PK_Ops::Key_Agreement_with_KDF { public: - typedef ECDH_PrivateKey Key_Type; ECDH_KA_Operation(const ECDH_PrivateKey& key, const std::string& kdf) : PK_Ops::Key_Agreement_with_KDF(kdf), |