aboutsummaryrefslogtreecommitdiffstats
path: root/include/dh.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-05-25 21:57:32 +0000
committerlloyd <[email protected]>2008-05-25 21:57:32 +0000
commit4e3ed1be76906bcd3440dd3fbf78569a0d684dfc (patch)
treea9b560c141ca03c74ba776a7d26ad9838a30b5f2 /include/dh.h
parent729cbc8ea0a181b1fb1425980e30649afd9195cc (diff)
Reindent
Diffstat (limited to 'include/dh.h')
-rw-r--r--include/dh.h4
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;