projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1ed81ff
)
Data not initialised.
author
Richard Levitte
<levitte@openssl.org>
Mon, 16 Feb 2009 15:17:26 +0000
(15:17 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 16 Feb 2009 15:17:26 +0000
(15:17 +0000)
Notified by Gerardo Ganis <gerardo.ganis@cern.ch>
crypto/ui/ui_lib.c
patch
|
blob
|
history
diff --git
a/crypto/ui/ui_lib.c
b/crypto/ui/ui_lib.c
index 7ab249c3be320acd30f5e778c26cb7f98a212a11..ac0100808f5d862280017d1eb6b241d3a1979f00 100644
(file)
--- 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;
}