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:
ecf1860
)
Don't forget to initialise.
author
Richard Levitte
<levitte@openssl.org>
Wed, 6 Jun 2001 23:12:41 +0000
(23:12 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Wed, 6 Jun 2001 23:12:41 +0000
(23:12 +0000)
crypto/ui/ui_lib.c
patch
|
blob
|
history
diff --git
a/crypto/ui/ui_lib.c
b/crypto/ui/ui_lib.c
index f55a79c740c7b29bcb9cf5ff9095ac952d7bdf16..2cbed03717c5f670ef677a1481ff78a96d8cbb7f 100644
(file)
--- 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;
}