File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 21122112 * 
21132113 * Module: library/chacha20.c 
21142114 */ 
2115- // #define MBEDTLS_CHACHA20_C
2115+ #define  MBEDTLS_CHACHA20_C 
21162116
21172117/** 
21182118 * \def MBEDTLS_CHACHAPOLY_C 
21232123 * 
21242124 * This module requires: MBEDTLS_CHACHA20_C, MBEDTLS_POLY1305_C 
21252125 */ 
2126- // #define MBEDTLS_CHACHAPOLY_C
2126+ #define  MBEDTLS_CHACHAPOLY_C 
21272127
21282128/** 
21292129 * \def MBEDTLS_CIPHER_C 
26902690 * Module: library/poly1305.c 
26912691 * Caller: library/chachapoly.c 
26922692 */ 
2693- // #define MBEDTLS_POLY1305_C
2693+ #define  MBEDTLS_POLY1305_C 
26942694
26952695/** 
26962696 * \def MBEDTLS_RIPEMD160_C 
Original file line number Diff line number Diff line change 4747 * MMNNPP00 
4848 * Major version | Minor version | Patch version 
4949 */ 
50- #define  MBEDTLS_VERSION_NUMBER  0x02100305 
51- #define  MBEDTLS_VERSION_STRING  "2.16.3-cesanta5 "
52- #define  MBEDTLS_VERSION_STRING_FULL  "mbed TLS 2.16.3-cesanta5 "
50+ #define  MBEDTLS_VERSION_NUMBER  0x02100306 
51+ #define  MBEDTLS_VERSION_STRING  "2.16.3-cesanta6 "
52+ #define  MBEDTLS_VERSION_STRING_FULL  "mbed TLS 2.16.3-cesanta6 "
5353
5454#if  defined(MBEDTLS_VERSION_C )
5555
Original file line number Diff line number Diff line change 11author : mongoose-os 
22description : Implements SPI API on Mongoose OS 
33type : lib 
4- version : 2.16.3-cesanta5  
4+ version : 2.16.3-cesanta6  
55
66sources :
77 - src 
                                 You can’t perform that action at this time. 
               
                  
0 commit comments