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:
ec14c80
)
Initialise dir to avoid a compiler warning.
author
Richard Levitte
<levitte@openssl.org>
Thu, 23 Jun 2005 21:49:21 +0000
(21:49 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 23 Jun 2005 21:49:21 +0000
(21:49 +0000)
crypto/x509/by_dir.c
patch
|
blob
|
history
diff --git
a/crypto/x509/by_dir.c
b/crypto/x509/by_dir.c
index d56679177bf4451c86b87f5164b252967e81035c..b4a21716f213321348c86f016fbf652e6a1dd339 100644
(file)
--- a/
crypto/x509/by_dir.c
+++ b/
crypto/x509/by_dir.c
@@
-114,7
+114,7
@@
static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
{
int ret=0;
BY_DIR *ld;
- char *dir;
+ char *dir
= NULL
;
ld=(BY_DIR *)ctx->method_data;