summaryrefslogtreecommitdiffstats
path: root/include/keymaster/operation.h
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2019-04-03 10:49:49 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-04-03 10:49:49 -0700
commita8dca9ec4437a09360612f11d65aa4f53cb0098f (patch)
tree2c46798da1aacfbb399ca04376daa5389ec7e6a4 /include/keymaster/operation.h
parent25c0ab8babba3077632f354a32ab21acb6adc94a (diff)
parentb3d5d3802993560caadc8a382f110ed41689f6dd (diff)
downloadandroid_system_keymaster-a8dca9ec4437a09360612f11d65aa4f53cb0098f.tar.gz
android_system_keymaster-a8dca9ec4437a09360612f11d65aa4f53cb0098f.tar.bz2
android_system_keymaster-a8dca9ec4437a09360612f11d65aa4f53cb0098f.zip
Merge "Many operations could have been const" am: 98bbd5fe31 am: 63341ee42e
am: b3d5d38029 Change-Id: I29e37250a76875927d1c2ce35bb13c6eed214137
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.