commit | 38119b18d6940a2eef43b4b46db7dc8484063413 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 10 23:31:23 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sat Jan 10 23:31:23 2009 +0000 |
tree | 60248b132a82d50736564c0c30823f6a401c96e6 | |
parent | 7a7c78fd02d4404cb1967cfaad2aafbacb8a6556 [diff] [blame] |
- 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: *