summaryrefslogtreecommitdiff
path: root/cipher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cipher.cpp')
-rw-r--r--cipher.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cipher.cpp b/cipher.cpp
index 07a9117..579d96c 100644
--- a/cipher.cpp
+++ b/cipher.cpp
@@ -70,6 +70,7 @@ u_int32_t NullCipher::decipher(u_int8_t* in, u_int32_t ilen, u_int8_t* out, u_in
return (ilen < olen) ? ilen : olen;
}
+
//****** AesIcmCipher ******
AesIcmCipher::AesIcmCipher()