Add support for building with OpenSSL 4.0

This commit is contained in:
Cameron Gutman
2026-03-28 00:56:34 -05:00
parent 2e9fbecfea
commit e785be03c2
3 changed files with 39 additions and 37 deletions
+3
View File
@@ -37,6 +37,9 @@ private:
QByteArray
decrypt(const QByteArray& ciphertext, const QByteArray& key);
QByteArray
getSignatureFromCert(X509* cert);
QByteArray
getSignatureFromPemCert(const QByteArray& certificate);