aboutsummaryrefslogtreecommitdiffstats
path: root/include/dsa.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/dsa.h
parent729cbc8ea0a181b1fb1425980e30649afd9195cc (diff)
Reindent
Diffstat (limited to 'include/dsa.h')
-rw-r--r--include/dsa.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/dsa.h b/include/dsa.h
index 83c92572e..a858374e6 100644
--- a/include/dsa.h
+++ b/include/dsa.h
@@ -15,7 +15,7 @@ namespace Botan {
* DSA Public Key *
*************************************************/
class BOTAN_DLL DSA_PublicKey : public PK_Verifying_wo_MR_Key,
- public virtual DL_Scheme_PublicKey
+ public virtual DL_Scheme_PublicKey
{
public:
std::string algo_name() const { return "DSA"; }
@@ -39,8 +39,8 @@ class BOTAN_DLL DSA_PublicKey : public PK_Verifying_wo_MR_Key,
* DSA Private Key *
*************************************************/
class BOTAN_DLL DSA_PrivateKey : public DSA_PublicKey,
- public PK_Signing_Key,
- public virtual DL_Scheme_PrivateKey
+ public PK_Signing_Key,
+ public virtual DL_Scheme_PrivateKey
{
public:
SecureVector<byte> sign(const byte[], u32bit) const;