aboutsummaryrefslogtreecommitdiff
path: root/components/service/crypto/client/test/test_crypto_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/service/crypto/client/test/test_crypto_client.h')
-rw-r--r--components/service/crypto/client/test/test_crypto_client.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/service/crypto/client/test/test_crypto_client.h b/components/service/crypto/client/test/test_crypto_client.h
index 5b927dbe0..f1d70a1d1 100644
--- a/components/service/crypto/client/test/test_crypto_client.h
+++ b/components/service/crypto/client/test/test_crypto_client.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
+ * Copyright (c) 2020-2021, Arm Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
@@ -7,7 +7,7 @@
#ifndef TEST_CRYPTO_CLIENT_H
#define TEST_CRYPTO_CLIENT_H
-#include <service/crypto/client/cpp/crypto_client.h>
+#include <service/crypto/client/cpp/protobuf/protobuf_crypto_client.h>
#include <vector>
/*
@@ -20,7 +20,7 @@
* Each virtual test method is paired with a is_supported() method to
* allow test cases to adapt to circumstances.
*/
-class test_crypto_client : public crypto_client
+class test_crypto_client : public protobuf_crypto_client
{
public:
virtual ~test_crypto_client();