diff options
-rw-r--r-- | crypto/ui/ui_lib.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index f55a79c740..2cbed03717 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -99,6 +99,8 @@ UI *UI_new_method(const UI_METHOD *method) ret->meth=method; ret->strings=NULL; + ret->user_data=NULL; + ret->ex_data=NULL; return ret; } |