summaryrefslogtreecommitdiff
path: root/src/ltc/encauth/gcm/gcm_add_aad.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ltc/encauth/gcm/gcm_add_aad.c')
-rw-r--r--src/ltc/encauth/gcm/gcm_add_aad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ltc/encauth/gcm/gcm_add_aad.c b/src/ltc/encauth/gcm/gcm_add_aad.c
index 26e47f64..f538009a 100644
--- a/src/ltc/encauth/gcm/gcm_add_aad.c
+++ b/src/ltc/encauth/gcm/gcm_add_aad.c
@@ -66,7 +66,7 @@ int gcm_add_aad(gcm_state *gcm,
}
gcm_mult_h(gcm, gcm->X);
- /* copy counter out */
+ /* copy counter out */
XMEMCPY(gcm->Y, gcm->X, 16);
zeromem(gcm->X, 16);
} else {
@@ -117,7 +117,7 @@ int gcm_add_aad(gcm_state *gcm,
return CRYPT_OK;
}
#endif
-
+
/* $Source$ */
/* $Revision$ */