aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/gcm/gcm.cpp
diff options
context:
space:
mode:
authorlloyd <[email protected]>2013-03-27 15:16:15 +0000
committerlloyd <[email protected]>2013-03-27 15:16:15 +0000
commit35ac296082030fffde867cbac768815efe271522 (patch)
tree3af739d0df6c6f3700fd382ec678ba7ced99a8e1 /src/aead/gcm/gcm.cpp
parent7703ed769010f9ef4d037be1e9d1183a854f8348 (diff)
Convert OCB to new AEAD interface
Diffstat (limited to 'src/aead/gcm/gcm.cpp')
-rw-r--r--src/aead/gcm/gcm.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/aead/gcm/gcm.cpp b/src/aead/gcm/gcm.cpp
index 0ff73b034..628dcc270 100644
--- a/src/aead/gcm/gcm.cpp
+++ b/src/aead/gcm/gcm.cpp
@@ -225,5 +225,4 @@ void GCM_Decryption::finish(secure_vector<byte>& buffer)
throw Integrity_Failure("GCM tag check failed");
}
-
}