diff options
author | lloyd <[email protected]> | 2008-05-25 21:57:32 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-05-25 21:57:32 +0000 |
commit | 4e3ed1be76906bcd3440dd3fbf78569a0d684dfc (patch) | |
tree | a9b560c141ca03c74ba776a7d26ad9838a30b5f2 /include/dh.h | |
parent | 729cbc8ea0a181b1fb1425980e30649afd9195cc (diff) |
Reindent
Diffstat (limited to 'include/dh.h')
-rw-r--r-- | include/dh.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dh.h b/include/dh.h index 3c55ef8d4..7aac233ab 100644 --- a/include/dh.h +++ b/include/dh.h @@ -34,8 +34,8 @@ class BOTAN_DLL DH_PublicKey : public virtual DL_Scheme_PublicKey * Diffie-Hellman Private Key * *************************************************/ class BOTAN_DLL DH_PrivateKey : public DH_PublicKey, - public PK_Key_Agreement_Key, - public virtual DL_Scheme_PrivateKey + public PK_Key_Agreement_Key, + public virtual DL_Scheme_PrivateKey { public: SecureVector<byte> derive_key(const byte[], u32bit) const; |