1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00

Bump mbedtls to 2.18.1 (headers).

This commit is contained in:
Fabio Alessandrelli
2022-07-18 18:23:15 +02:00
parent ee53a5161c
commit baa261cdc8
34 changed files with 341 additions and 131 deletions

View File

@@ -54,7 +54,7 @@
#define MBEDTLS_ERR_PEM_FEATURE_UNAVAILABLE -0x1400
/** Bad input parameters to function. */
#define MBEDTLS_ERR_PEM_BAD_INPUT_DATA -0x1480
/* \} name */
/** \} name PEM Error codes */
#ifdef __cplusplus
extern "C" {