commit | fcc172138cdae5b454cf478c198aae80530dc4d7 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 11 09:36:52 2013 +0200 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Fri Oct 11 09:38:06 2013 +0200 |
tree | d42c7b8c9d75cbdff35378a887ac40ace1dc5ce6 | |
parent | ddba8822d0fb6536454df95c9ae8b64f39f9aec7 [diff] [blame] |
Fixed const-correctness issues
diff --git a/include/polarssl/pk.h b/include/polarssl/pk.h index b08f5e3..251c690 100644 --- a/include/polarssl/pk.h +++ b/include/polarssl/pk.h
@@ -112,7 +112,7 @@ typedef struct { pk_debug_type type; - char *name; + const char *name; void *value; } pk_debug_item;