mirror of
https://github.com/openssl/openssl.git
synced 2024-11-29 13:03:55 +08:00
Initialize UI ex_data.
This commit is contained in:
parent
f2a253e0dd
commit
76569fc662
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user