Francois Gouget : cryptnet: Fix the spelling of the x-pkcs7-certificates MIME type.
Module: wine Branch: master Commit: 44e76ea3c780a7b20be05dc4ae2cdbd79556e61b URL: https://source.winehq.org/git/wine.git/?a=commit;h=44e76ea3c780a7b20be05dc4a... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Nov 9 17:45:58 2020 +0100 cryptnet: Fix the spelling of the x-pkcs7-certificates MIME type. This may fix connections to some encrypted websites. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- 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 };
participants (1)
-
Alexandre Julliard