X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fui%2Fui_lib.c;h=ac0100808f5d862280017d1eb6b241d3a1979f00;hp=7ab249c3be320acd30f5e778c26cb7f98a212a11;hb=f8ea4757cc76fa49231d1118bb2214d4463003c1;hpb=0ed6b52687478299f4bc0f372e6ea4d6fbdfce49 diff --git a/crypto/ui/ui_lib.c b/crypto/ui/ui_lib.c index 7ab249c3be..ac0100808f 100644 --- a/crypto/ui/ui_lib.c +++ b/crypto/ui/ui_lib.c @@ -90,6 +90,7 @@ UI *UI_new_method(const UI_METHOD *method) ret->strings=NULL; ret->user_data=NULL; + ret->flags=0; CRYPTO_new_ex_data(CRYPTO_EX_INDEX_UI, ret, &ret->ex_data); return ret; }