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