- Added first version of Camellia

diff --git a/include/polarssl/config.h b/include/polarssl/config.h
index a85f8fd..2b0bf1a 100644
--- a/include/polarssl/config.h
+++ b/include/polarssl/config.h
@@ -121,6 +121,14 @@
 #define POLARSSL_BIGNUM_C
 
 /*
+ * Module:  library/camellia.c
+ * Caller:
+ *
+ * This module enabled the following cipher suites:
+ */
+#define POLARSSL_CAMELLIA_C
+
+/*
  * Module:  library/certs.c
  * Caller:
  *