commit | c559c7a680629bf8851c340e6e4cfcfa0c11e3d3 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 18 14:13:26 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Wed Sep 18 14:32:52 2013 +0200 |
tree | 3970bda580296f01194965ea7274c29442e0d3f4 | |
parent | 9556d3d6504de4072ecab9848e16f8401dd26e03 [diff] [blame] |
Renamed x509_cert structure to x509_crt for consistency
diff --git a/include/polarssl/debug.h b/include/polarssl/debug.h index 935a2fc..7335ad3 100644 --- a/include/polarssl/debug.h +++ b/include/polarssl/debug.h
@@ -102,7 +102,7 @@ #if defined(POLARSSL_X509_CRT_PARSE_C) void debug_print_crt( const ssl_context *ssl, int level, const char *file, int line, - const char *text, const x509_cert *crt ); + const char *text, const x509_crt *crt ); #endif #ifdef __cplusplus