[Webkit-unassigned] [Bug 188978] [WinCairo] Add CryptoDigestOpenSSL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 29 05:41:52 PDT 2018


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

--- Comment #11 from Yoshiaki Jitsukawa <yoshiaki.jitsukawa at sony.com> ---
(In reply to Alex Christensen from comment #9)
> > Source/WebCore/PAL/pal/crypto/openssl/CryptoDigestOpenSSL.cpp:96
> > +    std::unique_ptr<CryptoDigest> digest(new CryptoDigest);
> 
> This is also what make_unique is for.

Since the constructor of CryptoDigest is private, unfortunately make_unique cannot invoke it.

-- 
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/20180829/e52840de/attachment.html>


More information about the webkit-unassigned mailing list