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

fix build with libressl >= 3.5.0 #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Commits on May 20, 2022

  1. fix build with libressl >= 3.5.0

    Fix the following build failure with libressl >= 3.5.0:
    
    crypto-openssl-10.cpp:78:18: error: field 'ctx' has incomplete type 'HMAC_CTX' {aka 'hmac_ctx_st'}
       78 |         HMAC_CTX ctx;
          |                  ^~~
    
    Fixes:
     - http://autobuild.buildroot.org/results/98747d470c2ad59280934e160d24bd3fdad1503c
    
    Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
    ffontaine committed May 20, 2022
    Configuration menu
    Copy the full SHA
    c1cdc40 View commit details
    Browse the repository at this point in the history