mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
windows: ACH parameter rename
This commit is contained in:
parent
df525a4363
commit
459470e0a7
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
struct AcceleratedCryptographicHash::impl {
|
struct AcceleratedCryptographicHash::impl {
|
||||||
explicit impl(QCryptographicHash::Algorithm algo) {
|
explicit impl(QCryptographicHash::Algorithm algo) {
|
||||||
if (method != QCryptographicHash::Sha256)
|
if (algo != QCryptographicHash::Sha256)
|
||||||
throw std::runtime_error("Only sha256 implemented");
|
throw std::runtime_error("Only sha256 implemented");
|
||||||
|
|
||||||
//open an algorithm handle
|
//open an algorithm handle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue