1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Fixed warnings in case POLARSSL_X509_PARSE_C is not defined

This commit is contained in:
Paul Bakker
2013-09-15 17:06:49 +02:00
parent de56ca1097
commit 2292d1fad0
5 changed files with 21 additions and 10 deletions

View File

@@ -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 )
{