refactor(Deps/OpenSSL): Deprecate OpenSSL 1.x (#19452)

* EOL
This commit is contained in:
Kitzunu
2024-08-07 18:13:31 +02:00
committed by GitHub
parent 41366fcc69
commit fdd8ff6e04
7 changed files with 3 additions and 149 deletions

View File

@@ -40,9 +40,7 @@ namespace Acore::Crypto
template <typename Container>
void UpdateData(Container& c) { UpdateData(std::data(c), std::size(c)); }
private:
#if OPENSSL_VERSION_NUMBER >= 0x30000000L
EVP_CIPHER* _cipher;
#endif
EVP_CIPHER_CTX* _ctx;
};
}