commit | a9379c0ed14e402207056e84dcb83934a2652e9d | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 04 11:02:11 2012 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Jul 04 11:02:11 2012 +0000 |
tree | c07eb45d97fa673eca77fbd384e07551b6bf50a0 | |
parent | 92eeea4627e2fbf5b5b9e6a67789b7d3dabbfca2 [diff] [blame] |
- Added base blowfish algorithm
diff --git a/include/polarssl/config.h b/include/polarssl/config.h index a336067..d6d1659 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h
@@ -351,6 +351,15 @@ #define POLARSSL_BIGNUM_C /** + * \def POLARSSL_BLOWFISH_C + * + * Enable the Blowfish block cipher. + * + * Module: library/blowfish.c + */ +#define POLARSSL_BLOWFISH_C + +/** * \def POLARSSL_CAMELLIA_C * * Enable the Camellia block cipher.