mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
- Added XTEA Algorithm (Not used in SSL)
This commit is contained in:
parent
e0ccd0a7c3
commit
7a7c78fd02
6 changed files with 271 additions and 4 deletions
|
|
@ -299,4 +299,10 @@
|
|||
*/
|
||||
#define POLARSSL_X509_WRITE_C
|
||||
|
||||
/*
|
||||
* Module: library/xtea.c
|
||||
* Caller:
|
||||
*/
|
||||
#define POLARSSL_XTEA_C
|
||||
|
||||
#endif /* config.h */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue