Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Fix compilation without deprecated OpenSSL 1.1 APIs #122

Merged
merged 2 commits into from
Jan 24, 2019

Commits on Jan 23, 2019

  1. Fix compilation without deprecated OpenSSL 1.1 APIs

    All threading APIs are gone with 1.1.
    
    dh.h header does not get included with ssl.h automatically when deprecated
    APIs are disabled.
    
    X509_getBefore/After were replaced with get0 and getm variants. Switched
    to the former as it can be const.
    neheb committed Jan 23, 2019
    Configuration menu
    Copy the full SHA
    78e8e41 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e543fe View commit details
    Browse the repository at this point in the history