Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cppcheck version to 2.16.0 #3291

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Commits on Oct 28, 2024

  1. Remove calls to SSL_CTX_set_ecdh_auto()

    SSL_CTX_set_ecdh_auto() was introduced for  OpenSSL 1.0.2. It
    has no effect for OpenSSL 1.1.0 and later. For versions before
    1.0.2 and after (and including 1.1.0) it should not be called.
    
    The macro was erroneously being called twice for OpenSSL 3.0.0 and
    later - this has also been remedied
    matt335672 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    a958e37 View commit details
    Browse the repository at this point in the history
  2. cppcheck 2.15.0 -> 2.16.0

    matt335672 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1e3acce View commit details
    Browse the repository at this point in the history