mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Merge branch 'mbedtls-1.3' into development
* mbedtls-1.3:
Update generated file
Update Changelog for deprecation config flags
Fix tests to work with DEPRECATED_REMOVED
Add POLARSSL_DEPRECATED_{WARNING,REMOVED}
Suppress clang warning we don't want
This commit is contained in:
commit
8a80318df2
5 changed files with 45 additions and 1 deletions
|
|
@ -78,6 +78,12 @@ static const char *features[] = {
|
|||
#if defined(POLARSSL_PLATFORM_SNPRINTF_ALT)
|
||||
"POLARSSL_PLATFORM_SNPRINTF_ALT",
|
||||
#endif /* POLARSSL_PLATFORM_SNPRINTF_ALT */
|
||||
#if defined(POLARSSL_DEPRECATED_WARNING)
|
||||
"POLARSSL_DEPRECATED_WARNING",
|
||||
#endif /* POLARSSL_DEPRECATED_WARNING */
|
||||
#if defined(POLARSSL_DEPRECATED_REMOVED)
|
||||
"POLARSSL_DEPRECATED_REMOVED",
|
||||
#endif /* POLARSSL_DEPRECATED_REMOVED */
|
||||
#if defined(POLARSSL_TIMING_ALT)
|
||||
"POLARSSL_TIMING_ALT",
|
||||
#endif /* POLARSSL_TIMING_ALT */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue