Skip to content

Commit

Permalink
compile issue fixed! (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZahidZafar authored Sep 26, 2022
1 parent 77b352a commit 5a9f49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request_module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class RequestModule::RequestModuleImpl {
return {};
}

return sha256_function(salted_data);
return _configuration->sha256_function(salted_data);
#else
unsigned char checksum[SHA256_DIGEST_LENGTH];
SHA256_CTX sha256;
Expand Down

0 comments on commit 5a9f49c

Please sign in to comment.