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:
fd69886
)
Return value could be undefined.
author
Ben Laurie
<ben@openssl.org>
Sat, 12 Jan 2002 13:13:22 +0000
(13:13 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sat, 12 Jan 2002 13:13:22 +0000
(13:13 +0000)
crypto/conf/conf_mod.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_mod.c
b/crypto/conf/conf_mod.c
index cbbaf64f3cf54b4433deb63acced0bfff402288a..3a1888a0040833644719ddf29bccfe712831f644 100644
(file)
--- a/
crypto/conf/conf_mod.c
+++ b/
crypto/conf/conf_mod.c
@@
-320,7
+320,8
@@
static CONF_MODULE *module_find(char *name)
/* initialize a module */
static int module_init(CONF_MODULE *pmod, char *name, char *value, CONF *cnf)
{
- int ret, init_called = 0;
+ int ret = 1;
+ int init_called = 0;
CONF_IMODULE *imod = NULL;
/* Otherwise add initialized module to list */