This commit was manufactured by cvs2svn to create branch
[oweals/openssl.git] / ssl / ssl_cert.c
index 0c5d05fb41cc2df1eff40f1400e372d43b45b334..3d31bbf05f039369467db876f9400860b324bcf6 100644 (file)
@@ -822,9 +822,9 @@ int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
        while (FindNextFile(hFind, &FindFileData) != FALSE);
        ret = 1;
 
-err:
+err:   
        FindClose(hFind);
-err_noclose:   
+err_noclose:
        CRYPTO_w_unlock(CRYPTO_LOCK_READDIR);
        return ret;
        }