1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-01 10:06:53 +03:00

Fix references to x509parse in config.h

This commit is contained in:
Manuel Pégourié-Gonnard
2013-09-20 14:10:14 +02:00
parent 09fff7ee25
commit fe28646f72
2 changed files with 51 additions and 25 deletions

View File

@ -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"