mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
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;
|
||||
BY_DIR *ld;
|
||||
char *dir;
|
||||
char *dir = NULL;
|
||||
|
||||
ld=(BY_DIR *)ctx->method_data;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user