summaryrefslogtreecommitdiff
path: root/authAlgo.h
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2007-06-20 22:38:51 +0000
committerChristian Pointner <equinox@anytun.org>2007-06-20 22:38:51 +0000
commit55decc856579b7beffb75d71940b27fe6768e83e (patch)
tree0da7ac25a05cd71b4d47b486a4ab25f95bb56c92 /authAlgo.h
parentadded syslog class (diff)
first test of whole system
Diffstat (limited to 'authAlgo.h')
-rw-r--r--authAlgo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/authAlgo.h b/authAlgo.h
index 4177525..2c420e2 100644
--- a/authAlgo.h
+++ b/authAlgo.h
@@ -43,7 +43,7 @@ public:
virtual auth_tag_t calc(const Buffer& buf) = 0;
};
-class NullAuthAlgo : AuthAlgo
+class NullAuthAlgo : public AuthAlgo
{
public:
auth_tag_t calc(const Buffer& buf);