mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix name conflict and implicit use of functions from string.h
This commit is contained in:
parent
7a0d84fccc
commit
67735d540b
5 changed files with 5 additions and 0 deletions
|
|
@ -6,6 +6,7 @@
|
|||
#include "mbedtls/pem.h"
|
||||
#include "mbedtls/oid.h"
|
||||
#include "mbedtls/base64.h"
|
||||
#include "string.h"
|
||||
|
||||
#if MBEDTLS_X509_MAX_INTERMEDIATE_CA > 19
|
||||
#error "The value of MBEDTLS_X509_MAX_INTERMEDIATE_C is larger \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue