mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:23:07 +00:00
[MBEDTLS] Update to version 2.7.14. CORE-16787
This commit is contained in:
parent
040546d8ff
commit
1b00a1f50f
8 changed files with 115 additions and 52 deletions
|
@ -42,16 +42,16 @@
|
|||
*/
|
||||
#define MBEDTLS_VERSION_MAJOR 2
|
||||
#define MBEDTLS_VERSION_MINOR 7
|
||||
#define MBEDTLS_VERSION_PATCH 12
|
||||
#define MBEDTLS_VERSION_PATCH 14
|
||||
|
||||
/**
|
||||
* The single version number has the following structure:
|
||||
* MMNNPP00
|
||||
* Major version | Minor version | Patch version
|
||||
*/
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02070C00
|
||||
#define MBEDTLS_VERSION_STRING "2.7.12"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.7.12"
|
||||
#define MBEDTLS_VERSION_NUMBER 0x02070E00
|
||||
#define MBEDTLS_VERSION_STRING "2.7.14"
|
||||
#define MBEDTLS_VERSION_STRING_FULL "mbed TLS 2.7.14"
|
||||
|
||||
#if defined(MBEDTLS_VERSION_C)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue