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

Renamed x509_cert structure to x509_crt for consistency

This commit is contained in:
Paul Bakker
2013-09-18 14:13:26 +02:00
parent 9556d3d650
commit c559c7a680
25 changed files with 114 additions and 112 deletions

View File

@@ -26,7 +26,7 @@ void string_debug(void *data, int level, const char *str)
void debug_print_crt( char *crt_file, char *file, int line, char *prefix,
char *result_str )
{
x509_cert crt;
x509_crt crt;
ssl_context ssl;
struct buffer_data buffer;