- Added XTEA Algorithm (Not used in SSL)

This commit is contained in:
Paul Bakker 2009-01-04 18:15:48 +00:00
parent e0ccd0a7c3
commit 7a7c78fd02
6 changed files with 271 additions and 4 deletions

View file

@ -299,4 +299,10 @@
*/
#define POLARSSL_X509_WRITE_C
/*
* Module: library/xtea.c
* Caller:
*/
#define POLARSSL_XTEA_C
#endif /* config.h */