summaryrefslogtreecommitdiffstats
path: root/crypto/ui/ui_locl.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-06-20 15:00:08 +0000
committerRichard Levitte <levitte@openssl.org>2001-06-20 15:00:08 +0000
commiteb929eef147874fc0ca1f172bbd12c6b254fdaec (patch)
tree2daca5e8b5e5fee64530fc00f2eead2a9d849323 /crypto/ui/ui_locl.h
parent2cd3ad9bddef0216d6838a0bfa5267f320f51ce3 (diff)
Since there is a way to create UI_METHODs, implement a destructor as
well. This probably requires reference counters and locks as well. To be implemented later.
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 */