Skip to content
  • Nick Mathewson's avatar
    Work around openssl declaring x509_get_not{Before,After} as functions · 1eb838b3
    Nick Mathewson authored
    Now that x509_get_not{Before,After} are functions in OpenSSL 1.1
    (not yet releasesd), we need to define a variant that takes a const
    pointer to X509 and returns a const pointer to ASN1_time.
    
    Part of 17237. I'm not convinced this is an openssl bug or a tor
    bug. It might be just one of those things.
    1eb838b3