summaryrefslogtreecommitdiffstats
path: root/km_openssl/hmac_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'km_openssl/hmac_operation.h')
-rw-r--r--km_openssl/hmac_operation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/km_openssl/hmac_operation.h b/km_openssl/hmac_operation.h
index e67af93..3485f70 100644
--- a/km_openssl/hmac_operation.h
+++ b/km_openssl/hmac_operation.h
@@ -56,7 +56,7 @@ class HmacOperationFactory : public OperationFactory {
virtual KeyType registry_key() const { return KeyType(KM_ALGORITHM_HMAC, purpose()); }
virtual OperationPtr CreateOperation(Key&& key, const AuthorizationSet& begin_params,
- keymaster_error_t* error);
+ keymaster_error_t* error) const;
virtual const keymaster_digest_t* SupportedDigests(size_t* digest_count) const;