[PATCH] cryptnet: Fix the spelling of the x-pkcs7-certificates MIME type.

Francois Gouget fgouget at free.fr
Mon Nov 9 10:45:58 CST 2020


This may fix connections to some encrypted websites.

Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 dlls/cryptnet/cryptnet_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/cryptnet/cryptnet_main.c b/dlls/cryptnet/cryptnet_main.c
index 5243481ff28..efcb3dc9ba2 100644
--- a/dlls/cryptnet/cryptnet_main.c
+++ b/dlls/cryptnet/cryptnet_main.c
@@ -888,7 +888,7 @@ static BOOL WINAPI HTTP_RetrieveEncodedObjectW(LPCWSTR pszURL,
                 {
                  L"application/x-x509-ca-cert", L"application/x-x509-email-cert",
                  L"application/x-x509-server-cert", L"application/x-x509-user-cert",
-                 L"application/x-pkcs7-certifcates", L"application/pkix-crl",
+                 L"application/x-pkcs7-certificates", L"application/pkix-crl",
                  L"application/x-pkcs7-crl", L"application/x-pkcs7-signature",
                  L"application/x-pkcs7-mime", NULL
                 };
-- 
2.20.1




More information about the wine-devel mailing list