From 00febb25de92b1cd01309cc0f253ed4c3a761b13 Mon Sep 17 00:00:00 2001 From: Erwin Nindl Date: Mon, 24 Dec 2007 17:05:26 +0000 Subject: weihnachtlicher checkin * packet processing now with less memory operations than before * todo: * testing * set cipher / authalgo via commandline * set key operations for hmac calculation --- authAlgo.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'authAlgo.cpp') diff --git a/authAlgo.cpp b/authAlgo.cpp index 0ffd76b..d6f9565 100644 --- a/authAlgo.cpp +++ b/authAlgo.cpp @@ -44,6 +44,7 @@ AuthTag NullAuthAlgo::calc(const Buffer& buf) const char* Sha1AuthAlgo::MIN_GCRYPT_VERSION = "1.2.3"; + // HMAC_SHA1 Sha1AuthAlgo::Sha1AuthAlgo() : ctx_(NULL) { -- cgit v1.2.3