diff options
author | lloyd <[email protected]> | 2010-03-04 18:36:29 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-03-04 18:36:29 +0000 |
commit | d559ec22d2d020d6ada787c7802a2b9882b48602 (patch) | |
tree | ff17e7429b033ae421932691d2607c1f14918546 /src/pubkey/dh/dh.cpp | |
parent | ddd6e2b4aef2558cdc9228b7ecd2348168f16c5a (diff) |
Remove no-op DH_Public_Key::X509_load_hook
Diffstat (limited to 'src/pubkey/dh/dh.cpp')
-rw-r--r-- | src/pubkey/dh/dh.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/pubkey/dh/dh.cpp b/src/pubkey/dh/dh.cpp index 31510bced..4ebe1fa1c 100644 --- a/src/pubkey/dh/dh.cpp +++ b/src/pubkey/dh/dh.cpp @@ -18,14 +18,6 @@ DH_PublicKey::DH_PublicKey(const DL_Group& grp, const BigInt& y1) { group = grp; y = y1; - X509_load_hook(); - } - -/* -* Algorithm Specific X.509 Initialization Code -*/ -void DH_PublicKey::X509_load_hook() - { } /* |