Document POLARSSL_CAMELLIA_SMALL_MEMORY
diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index 63db5ee..220f74d 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -266,11 +266,19 @@
* Store the AES tables in ROM.
*
* Uncomment this macro to store the AES tables in ROM.
- *
*/
//#define POLARSSL_AES_ROM_TABLES
/**
+ * \def POLARSSL_CAMELLIA_SMALL_MEMORY
+ *
+ * Use less ROM for the Camellia implementation (saves about 768 bytes).
+ *
+ * Uncomment this macro to use less memory for Camellia.
+ */
+//#define POLARSSL_CAMELLIA_SMALL_MEMORY
+
+/**
* \def POLARSSL_CIPHER_MODE_CBC
*
* Enable Cipher Block Chaining mode (CBC) for symmetric ciphers.