mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-08 06:56:27 +00:00
Split up X509 files into smaller modules
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
#include "md.h"
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_X509_PARSE_C)
|
||||
#if defined(POLARSSL_X509_USE_C) || defined(POLARSSL_X509_CREATE_C)
|
||||
#include "x509.h"
|
||||
#endif
|
||||
|
||||
@@ -337,7 +337,7 @@ typedef struct {
|
||||
*/
|
||||
int oid_get_numeric_string( char *buf, size_t size, const asn1_buf *oid );
|
||||
|
||||
#if defined(POLARSSL_X509_PARSE_C)
|
||||
#if defined(POLARSSL_X509_USE_C) || defined(POLARSSL_X509_CREATE_C)
|
||||
/**
|
||||
* \brief Translate an X.509 extension OID into local values
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user