summaryrefslogtreecommitdiff
path: root/cypher.cpp
diff options
context:
space:
mode:
authorErwin Nindl <nine@wirdorange.org>2007-08-15 13:19:31 +0000
committerErwin Nindl <nine@wirdorange.org>2007-08-15 13:19:31 +0000
commit3543f2a6c9034db63af9a0ec8681bc03d5532d48 (patch)
tree0c711aa3ab2f327fac9bd7ed6e6044e1cfbc5b7c /cypher.cpp
parentadded diagramm (diff)
* set cypher to aes_icm
* changed cypher
Diffstat (limited to 'cypher.cpp')
-rw-r--r--cypher.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypher.cpp b/cypher.cpp
index c77f883..ad590fa 100644
--- a/cypher.cpp
+++ b/cypher.cpp
@@ -106,4 +106,3 @@ void AesIcmCypher::cypher(Buffer& buf, seq_nr_t seq_nr, sender_id_t sender_id)
status = cipher_dealloc(cipher);
}
-