Skip to content
  • Nick Mathewson's avatar
    Include a more modest openssl header in crypto_openssl_mgt.h · d9221968
    Nick Mathewson authored
    The "engines.h" header has lots of stuff; the "opensslv.h" header
    has the version number, which is all we actually need here.
    
    We need to do this because we're about to change this header to
    conditionally define OPENSSL_SUPPRESS_DEPRECATED, and it would be
    too late to do so if we'd already included "engines.h".
    d9221968