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:
0ded163
)
Always return a value.
author
Ben Laurie
<ben@openssl.org>
Mon, 16 Oct 2000 13:08:16 +0000
(13:08 +0000)
committer
Ben Laurie
<ben@openssl.org>
Mon, 16 Oct 2000 13:08:16 +0000
(13:08 +0000)
Submitted by:
Reviewed by:
PR:
crypto/conf/conf_lib.c
patch
|
blob
|
history
diff --git
a/crypto/conf/conf_lib.c
b/crypto/conf/conf_lib.c
index 6a650f18e7eb1f703764ac9a9cf2a55bdb518ca0..51bd0db655fa1cbf1c99bb162bd9709f4c01caa8 100644
(file)
--- a/
crypto/conf/conf_lib.c
+++ b/
crypto/conf/conf_lib.c
@@
-322,7
+322,7
@@
char *NCONF_get_string(CONF *conf,char *group,char *name)
CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE);
return NULL;
}
-
+ return NULL;
}
long NCONF_get_number(CONF *conf,char *group,char *name)