summaryrefslogtreecommitdiffstats
path: root/km_openssl/block_cipher_operation.h
diff options
context:
space:
mode:
Diffstat (limited to 'km_openssl/block_cipher_operation.h')
-rw-r--r--km_openssl/block_cipher_operation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/km_openssl/block_cipher_operation.h b/km_openssl/block_cipher_operation.h
index 1da94eb..92f510e 100644
--- a/km_openssl/block_cipher_operation.h
+++ b/km_openssl/block_cipher_operation.h
@@ -52,7 +52,7 @@ class BlockCipherOperationFactory : public OperationFactory {
}
OperationPtr CreateOperation(Key&& key, const AuthorizationSet& begin_params,
- keymaster_error_t* error) override;
+ keymaster_error_t* error) const override;
const keymaster_block_mode_t* SupportedBlockModes(size_t* block_mode_count) const override {
return GetCipherDescription().SupportedBlockModes(block_mode_count);