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:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user