summaryrefslogtreecommitdiffstats
path: root/include/keymaster/operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keymaster/operation.h')
-rw-r--r--include/keymaster/operation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/keymaster/operation.h b/include/keymaster/operation.h
index 682aadf..f643e6b 100644
--- a/include/keymaster/operation.h
+++ b/include/keymaster/operation.h
@@ -53,7 +53,7 @@ class OperationFactory {
// Factory methods
virtual OperationPtr CreateOperation(Key&& key, const AuthorizationSet& begin_params,
- keymaster_error_t* error) = 0;
+ keymaster_error_t* error) const = 0;
// Informational methods. The returned arrays reference static memory and must not be
// deallocated or modified.