mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03: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