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

tls: fix macro to check NPN feature #11655

Closed
wants to merge 2 commits into from

Commits on Mar 2, 2017

  1. tls: fix macro to check NPN feature

    In order to check if NPN feature is enabled, use
    `#ifndef OPENSSL_NO_NEXTPROTONEG` rather than
    `#ifdef OPENSSL_NPN_NEGOTIATED` because the former is used in ssl.h.
    shigeki committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    0850e69 View commit details
    Browse the repository at this point in the history
  2. test: fix tests when npn feature is disabled.

    ALPN test needs NPN feature to run. It also change the messages when
    ALPN and NPN tests are skipped.
    shigeki committed Mar 2, 2017
    Configuration menu
    Copy the full SHA
    c29150d View commit details
    Browse the repository at this point in the history