mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fix references to x509parse in config.h
This commit is contained in:
parent
09fff7ee25
commit
fe28646f72
2 changed files with 51 additions and 25 deletions
|
|
@ -43,9 +43,6 @@
|
|||
#if defined(POLARSSL_PEM_PARSE_C)
|
||||
#include "polarssl/pem.h"
|
||||
#endif
|
||||
#if defined(POLARSSL_ASN1_WRITE_C)
|
||||
#include "polarssl/asn1write.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_MEMORY_C)
|
||||
#include "polarssl/memory.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue