summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_locl.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ui/ui_locl.h')
-rw-r--r--crypto/ui/ui_locl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ui/ui_locl.h b/crypto/ui/ui_locl.h
index 8f48f8e8c1..89cdc2fe6a 100644
--- a/crypto/ui/ui_locl.h
+++ b/crypto/ui/ui_locl.h
@@ -63,7 +63,7 @@
struct ui_method_st
{
- const char *name;
+ char *name;
/* All the functions return 1 or non-NULL for success and 0 or NULL
for failure */