From 76569fc66273109dab204f1aa26a83ab34d28f46 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 11 Jun 2001 00:45:33 +0000 Subject: Initialize UI ex_data. --- crypto/ui/ui_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto') diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index 2cbed03717..5b6cacf9f8 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -100,7 +100,7 @@ UI *UI_new_method(const UI_METHOD *method) ret->strings=NULL; ret->user_data=NULL; - ret->ex_data=NULL; + CRYPTO_new_ex_data(ui_meth,ret,&ret->ex_data); return ret; } -- cgit v1.2.3