diff options
author | Francois Kritzinger <francois@codesynthesis.com> | 2024-03-01 14:10:32 +0200 |
---|---|---|
committer | Francois Kritzinger <francois@codesynthesis.com> | 2024-10-15 09:05:27 +0200 |
commit | 2536727da1f3a33ab56f97fd1e4eb9aad5b4a6b2 (patch) | |
tree | e3b2115a3e23066203b73a5f777620e35561d1d2 /mod/hmac.hxx | |
parent | 8d1100fee624c0ba19bc3c06674b80d68dad9596 (diff) |
Post-review changes
Diffstat (limited to 'mod/hmac.hxx')
-rw-r--r-- | mod/hmac.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/hmac.hxx b/mod/hmac.hxx index 0f70b7e..586d0e8 100644 --- a/mod/hmac.hxx +++ b/mod/hmac.hxx @@ -22,7 +22,7 @@ namespace brep // string compute_hmac (const options::openssl_options&, - const vector<char>& message, + const void* message, size_t len, const char* key); } |