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:
14ef326
)
Fix warning.
author
Ben Laurie
<ben@openssl.org>
Wed, 8 May 2002 15:13:24 +0000
(15:13 +0000)
committer
Ben Laurie
<ben@openssl.org>
Wed, 8 May 2002 15:13:24 +0000
(15: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 459a2d7df191383578ed0f6c239d5ac947754ad0..f92babc2e2977e9b08716ed24f53d7983db0ffaf 100644
(file)
--- a/
crypto/conf/conf_mod.c
+++ b/
crypto/conf/conf_mod.c
@@
-165,7
+165,7
@@
int CONF_modules_load(const CONF *cnf, const char *appname,
int CONF_modules_load_file(const char *filename, const char *appname,
unsigned long flags)
{
- char *file;
+ char *file
= NULL
;
CONF *conf = NULL;
int ret = 0;
conf = NCONF_new(NULL);