mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00: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