mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-23 15:55:10 +01:00
Fixed warnings in case POLARSSL_X509_PARSE_C is not defined
This commit is contained in:
parent
de56ca1097
commit
2292d1fad0
5 changed files with 21 additions and 10 deletions
|
|
@ -22,7 +22,7 @@ void string_debug(void *data, int level, const char *str)
|
|||
* END_DEPENDENCIES
|
||||
*/
|
||||
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO */
|
||||
/* BEGIN_CASE depends_on:POLARSSL_FS_IO:POLARSSL_X509_PARSE_C */
|
||||
void debug_print_crt( char *crt_file, char *file, int line, char *prefix,
|
||||
char *result_str )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue