Skip to content

Commit 5a9f49c

Browse files
authored
compile issue fixed! (#98)
1 parent 77b352a commit 5a9f49c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request_module.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ class RequestModule::RequestModuleImpl {
5555
return {};
5656
}
5757

58-
return sha256_function(salted_data);
58+
return _configuration->sha256_function(salted_data);
5959
#else
6060
unsigned char checksum[SHA256_DIGEST_LENGTH];
6161
SHA256_CTX sha256;

0 commit comments

Comments
 (0)