closedir is not used on Win32.
This commit is contained in:
parent
4eceda658b
commit
75a46764e5
1 changed files with 0 additions and 1 deletions
|
@ -825,7 +825,6 @@ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
|
|||
err:
|
||||
FindClose(hFind);
|
||||
err_noclose:
|
||||
if (d) closedir(d);
|
||||
CRYPTO_w_unlock(CRYPTO_LOCK_READDIR);
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue