aboutsummaryrefslogtreecommitdiffstats
path: root/nest/password.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/password.h')
-rw-r--r--nest/password.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/password.h b/nest/password.h
index c4017848..8a0da223 100644
--- a/nest/password.h
+++ b/nest/password.h
@@ -12,7 +12,7 @@
struct password_item {
node n;
- char *password; /* Key data, null terminated */
+ const char *password; /* Key data, null terminated */
uint length; /* Key length, without null */
uint id; /* Key ID */
uint alg; /* MAC algorithm */