diff options
Diffstat (limited to 'authAlgo.cpp')
-rw-r--r-- | authAlgo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |