summaryrefslogtreecommitdiff
path: root/crypto/LPdir_win.c
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2006-10-23 07:41:05 +0000
committerAndy Polyakov <appro@openssl.org>2006-10-23 07:41:05 +0000
commita6efc2d1b8848e3a9f57acfea881e187afa38820 (patch)
treed3c181f2316fd5786226339d06e91f0263539a11 /crypto/LPdir_win.c
parent3189772e07dafe359f84ada71001515127bc396d (diff)
downloadopenssl-new-a6efc2d1b8848e3a9f57acfea881e187afa38820.tar.gz
Fix mingw warnings.
Diffstat (limited to 'crypto/LPdir_win.c')
-rw-r--r--crypto/LPdir_win.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/crypto/LPdir_win.c b/crypto/LPdir_win.c
index 09b475beed..702dbc730f 100644
--- a/crypto/LPdir_win.c
+++ b/crypto/LPdir_win.c
@@ -54,8 +54,6 @@ struct LP_dir_context_st
const char *LP_find_file(LP_DIR_CTX **ctx, const char *directory)
{
- struct dirent *direntry = NULL;
-
if (ctx == NULL || directory == NULL)
{
errno = EINVAL;