From: Dr. Stephen Henson Date: Sat, 11 May 2002 12:42:23 +0000 (+0000) Subject: closedir is not used on Win32. X-Git-Tag: OpenSSL_0_9_7-beta1~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=75a46764e5fec44e52b55d2828fbefcdaae97391;p=oweals%2Fopenssl.git closedir is not used on Win32. --- diff --git a/ssl/ssl_cert.c b/ssl/ssl_cert.c index 79e89fe14a..3d31bbf05f 100644 --- a/ssl/ssl_cert.c +++ b/ssl/ssl_cert.c @@ -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; }