From 98d9d232b4872c2f7c3151a93877a574595a759c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se>
Date: Sat, 5 Feb 2011 23:48:23 +0100
Subject: [PATCH] * gcm.h: New file, contributed by Nikos Mavrogiannopoulos.

Rev: nettle/gcm.h:1.2
---
 gcm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcm.h b/gcm.h
index ad34d702..3f5ae967 100644
--- 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; }
 
-- 
GitLab