Initialise dir to avoid a compiler warning.
This commit is contained in:
parent
ec14c80c7c
commit
816f74d1c7
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue