]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
* gcm.h: New file, contributed by Nikos Mavrogiannopoulos.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 5 Feb 2011 22:48:23 +0000 (23:48 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 5 Feb 2011 22:48:23 +0000 (23:48 +0100)
Rev: nettle/gcm.h:1.2

gcm.h

diff --git a/gcm.h b/gcm.h
index ad34d70237cf561416b1b5b83b6994c88afd3840..3f5ae96708de20557adb2d01adb85e7a67e431e4 100644 (file)
--- a/gcm.h
+++ b/gcm.h
@@ -97,7 +97,7 @@ gcm_digest(struct gcm_ctx *ctx, void *cipher, nettle_crypt_func *f,
           unsigned length, uint8_t *digest);
 
 #if 0
-/* FIXME: IS this macrology useful? */
+/* FIXME: Is this macrology useful? */
 #define GCM_KEY(type) \
 { type cipher; struct gcm_ctx gcm; }