mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-09 03:04:24 +02:00
Fixed const-correctness issues
This commit is contained in:
@@ -112,7 +112,7 @@ typedef enum
|
||||
typedef struct
|
||||
{
|
||||
pk_debug_type type;
|
||||
char *name;
|
||||
const char *name;
|
||||
void *value;
|
||||
} pk_debug_item;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user