mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
InternalDHKeyExchange: Remove unused dtor
This commit is contained in:
parent
da278225c1
commit
d2af91ed08
@ -52,7 +52,6 @@ private:
|
||||
|
||||
public:
|
||||
DHKeyExchange() : keyLength_(0) {}
|
||||
~DHKeyExchange() {}
|
||||
|
||||
void init(const unsigned char* prime, size_t primeBits,
|
||||
const unsigned char* generator, size_t privateKeyBits);
|
||||
|
Loading…
Reference in New Issue
Block a user