windows: ACH parameter rename

This commit is contained in:
Tom Dewey 2024-08-09 16:08:36 +01:00 committed by Tom Dewey
parent df525a4363
commit 459470e0a7

View file

@ -16,7 +16,7 @@
struct AcceleratedCryptographicHash::impl {
explicit impl(QCryptographicHash::Algorithm algo) {
if (method != QCryptographicHash::Sha256)
if (algo != QCryptographicHash::Sha256)
throw std::runtime_error("Only sha256 implemented");
//open an algorithm handle