[Webkit-unassigned] [Bug 191498] [Curl] implement CertificateInfo::summaryInfo

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 8 21:51:37 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=191498

--- Comment #3 from Fujii Hironori <Hironori.Fujii at sony.com> ---
Comment on attachment 373699
  --> https://bugs.webkit.org/attachment.cgi?id=373699
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=373699&action=review

> Source/WebCore/platform/network/curl/CertificateInfoCurl.cpp:122
> +    struct tm time { 0 };

clang-cl dislikes this. Replace '{ 0 }' with '{ }'.

> Source/WebCore/platform/network/curl/OpenSSLHelper.h:31
> +#include <wtf/vector.h>

This is can be compiled on Windows. Because it is using case-insensitive file system.
#include <wtf/Optional.h>
#include <wtf/Vector.h>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190709/65c15d8d/attachment.html>


More information about the webkit-unassigned mailing list