diff options
author | Andy Polyakov <appro@openssl.org> | 2006-10-23 09:41:05 +0200 |
---|---|---|
committer | Andy Polyakov <appro@openssl.org> | 2006-10-23 09:41:05 +0200 |
commit | a6efc2d1b8848e3a9f57acfea881e187afa38820 (patch) | |
tree | d3c181f2316fd5786226339d06e91f0263539a11 /crypto/LPdir_win.c | |
parent | Switch Win32/64 targets to Winsock2. Updates to ISNTALL.W32 cover even (diff) | |
download | openssl-a6efc2d1b8848e3a9f57acfea881e187afa38820.tar.xz openssl-a6efc2d1b8848e3a9f57acfea881e187afa38820.zip |
Fix mingw warnings.
Diffstat (limited to 'crypto/LPdir_win.c')
-rw-r--r-- | crypto/LPdir_win.c | 2 |
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; |