- Added SSL_RSA_CAMELLIA_128_SHA, SSL_RSA_CAMELLIA_256_SHA, SSL_EDH_RSA_CAMELLIA_256_SHA ciphersuites to SSL

diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h
index dee8830..36c23c0 100644
--- a/include/polarssl/ssl.h
+++ b/include/polarssl/ssl.h
@@ -94,6 +94,10 @@
 #define SSL_RSA_AES_256_SHA             53
 #define SSL_EDH_RSA_AES_256_SHA         57
 
+#define SSL_RSA_CAMELLIA_128_SHA	0x41
+#define SSL_RSA_CAMELLIA_256_SHA	0x84
+#define SSL_EDH_RSA_CAMELLIA_256_SHA	0x88
+
 /*
  * Message, alert and handshake types
  */