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 2.7 #1153

Closed
wants to merge 1 commit into from
Closed

Fix build with LibreSSL 2.7 #1153

wants to merge 1 commit into from

Commits on Mar 25, 2018

  1. Fix build with LibreSSL 2.7

    LibreSSL 2.7 added a large part of the OpenSSL 1.1 API.
     - Rename LIBRESSL_IN_USE to LIBRESSL_1_0_API (LibreSSL with
       OpenSSL 1.0 API)
     - Add LIBRESSL_1_1_API for ifdef blocks where the 1.1 API in
       LibreSSL is incomplete
     - Use OPENSSL_NO_PSK to detect missing PSK feature (not LibreSSL
       specific)
    
    Signed-off-by: Bernard Spil <brnrd@FreeBSD.org>
    Sp1l committed Mar 25, 2018
    Copy the full SHA
    0bebf8e View commit details
    Browse the repository at this point in the history