Initialise dir to avoid a compiler warning.
This commit is contained in:
parent
ec14c80c7c
commit
816f74d1c7
@ -114,7 +114,7 @@ static int dir_ctrl(X509_LOOKUP *ctx, int cmd, const char *argp, long argl,
|
|||||||
{
|
{
|
||||||
int ret=0;
|
int ret=0;
|
||||||
BY_DIR *ld;
|
BY_DIR *ld;
|
||||||
char *dir;
|
char *dir = NULL;
|
||||||
|
|
||||||
ld=(BY_DIR *)ctx->method_data;
|
ld=(BY_DIR *)ctx->method_data;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user