summaryrefslogtreecommitdiff
path: root/trunks/hmac_authorization_delegate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'trunks/hmac_authorization_delegate.cc')
-rw-r--r--trunks/hmac_authorization_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunks/hmac_authorization_delegate.cc b/trunks/hmac_authorization_delegate.cc
index 59c005e..160f589 100644
--- a/trunks/hmac_authorization_delegate.cc
+++ b/trunks/hmac_authorization_delegate.cc
@@ -299,7 +299,7 @@ void HmacAuthorizationDelegate::AesOperation(std::string* parameter,
AES_cfb128_encrypt(reinterpret_cast<const unsigned char*>(parameter->data()),
decrypted, parameter->size(), &key, aes_iv, &iv_offset,
operation_type);
- memcpy(string_as_array(parameter), decrypted, parameter->size());
+ memcpy(base::string_as_array(parameter), decrypted, parameter->size());
}
void HmacAuthorizationDelegate::RegenerateCallerNonce() {