[webkit-changes] [WebKit/WebKit] bac950: Fix unused param warning in cURL SSL code

Don Olmstead noreply at github.com
Tue Nov 29 15:36:40 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: bac9508e25095ddd847b46e5515ea5bde0416fe2
      https://github.com/WebKit/WebKit/commit/bac9508e25095ddd847b46e5515ea5bde0416fe2
  Author: Don Olmstead <don.olmstead at sony.com>
  Date:   2022-11-29 (Tue, 29 Nov 2022)

  Changed paths:
    M Source/WebCore/platform/network/curl/CurlSSLVerifier.cpp

  Log Message:
  -----------
  Fix unused param warning in cURL SSL code
https://bugs.webkit.org/show_bug.cgi?id=248489

Reviewed by Fujii Hironori.

Move the creation of `sslHandle` under the check for a non-LibreSSL
implementation of OpenSSL.

* Source/WebCore/platform/network/curl/CurlSSLVerifier.cpp:

Canonical link: https://commits.webkit.org/257144@main




More information about the webkit-changes mailing list