aboutsummaryrefslogtreecommitdiffstats
path: root/include/dh.h
diff options
context:
space:
mode:
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;