From 55decc856579b7beffb75d71940b27fe6768e83e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 20 Jun 2007 22:38:51 +0000 Subject: first test of whole system --- authAlgo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authAlgo.h') 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); -- cgit v1.2.3