Rename MBEDTLS_X509_INFO to !MBEDTLS_X509_REMOVE_INFO
This commit is contained in:
parent
dc470ae8af
commit
02a2193f60
28 changed files with 114 additions and 113 deletions
|
@ -339,7 +339,7 @@ int mbedtls_x509_crt_parse_file( mbedtls_x509_crt *chain, const char *path );
|
|||
int mbedtls_x509_crt_parse_path( mbedtls_x509_crt *chain, const char *path );
|
||||
#endif /* MBEDTLS_FS_IO */
|
||||
|
||||
#if defined(MBEDTLS_X509_INFO)
|
||||
#if !defined(MBEDTLS_X509_REMOVE_INFO)
|
||||
/**
|
||||
* \brief Returns an informational string about the
|
||||
* certificate.
|
||||
|
@ -356,7 +356,7 @@ int mbedtls_x509_crt_info( char *buf, size_t size, const char *prefix,
|
|||
const mbedtls_x509_crt *crt );
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_X509_INFO)
|
||||
#if !defined(MBEDTLS_X509_REMOVE_INFO)
|
||||
/**
|
||||
* \brief Returns an informational string about the
|
||||
* verification status of a certificate.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue