Commit 75a46764 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

closedir is not used on Win32.
parent 4eceda65
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;
	}