From eb929eef147874fc0ca1f172bbd12c6b254fdaec Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 20 Jun 2001 15:00:08 +0000 Subject: 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. --- crypto/ui/ui_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ui/ui_locl.h') 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 */ -- cgit v1.2.3