summaryrefslogtreecommitdiff
path: root/examples/auth/crackcheck/crackcheck.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/auth/crackcheck/crackcheck.c')
-rw-r--r--examples/auth/crackcheck/crackcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/auth/crackcheck/crackcheck.c b/examples/auth/crackcheck/crackcheck.c
index ac29b22592e..0c997bb00b6 100644
--- a/examples/auth/crackcheck/crackcheck.c
+++ b/examples/auth/crackcheck/crackcheck.c
@@ -86,7 +86,7 @@ int main(int argc, char **argv) {
char f[256];
char *dictionary = NULL;
char *password;
- char *reply;
+ const char *reply;
while ( (c = getopt(argc, argv, "d:cs")) != EOF){
switch(c) {