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

test: add crypto check to test-benchmark-tls #18724

Closed
wants to merge 1 commit into from

Commits on Feb 13, 2018

  1. test: add crypto check to test-benchmark-tls

    Currently when building --without-ssl a 'ERR_NO_CRYPTO' error is
    reported.
    
    This is not currently being picked up by the crypto-check lint rule as
    it does not actually require any crypto modules directly, but instead
    this is done by common/benchmark.
    
    I'll take a closer look at the check and see what can be done but I
    don't have time straight away, so creating this commit to avoid breakage
    in the short term.
    danbev committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    5473a5c View commit details
    Browse the repository at this point in the history