diff options
Diffstat (limited to 'authAlgo.cpp')
-rw-r--r-- | authAlgo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authAlgo.cpp b/authAlgo.cpp index 90fc4a2..57c9ee6 100644 --- a/authAlgo.cpp +++ b/authAlgo.cpp @@ -30,7 +30,7 @@ #include "authAlgo.h" -auth_tag_t NullAuthAlgo::calc(Buffer& buf) +auth_tag_t NullAuthAlgo::calc(const Buffer& buf) { return 0; } |