From 64a96ea2817db3ced0a9b2c0a4f8331178143352 Mon Sep 17 00:00:00 2001
From: Paul Bakker
Date: Thu, 22 May 2014 15:13:02 +0200
Subject: [PATCH] Fix typo in a6916fa
---
include/polarssl/config.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 5bfce9cc2..ecf0b17a2 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -1275,7 +1275,7 @@
#define POLARSSL_CAMELLIA_C
/**
- * \def POLARSSL_GCM_C
+ * \def POLARSSL_CCM_C
*
* Enable the Counter with CBC-MAC (CCM) mode for 128-bit block cipher.
*