Initialise dir to avoid a compiler warning.

This commit is contained in:
Richard Levitte 2005-06-23 21:49:21 +00:00
parent ec14c80c7c
commit 816f74d1c7

View file

@ -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;