Skip to content
Snippets Groups Projects
Commit 44e76ea3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

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


This may fix connections to some encrypted websites.

Signed-off-by: default avatarFrancois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard's avatarAlexandre Julliard <julliard@winehq.org>
parent bf8da00e
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment