diff options
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); } |