aboutsummaryrefslogtreecommitdiff
path: root/cc/mac/mac_key.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc/mac/mac_key.h')
-rw-r--r--cc/mac/mac_key.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/mac/mac_key.h b/cc/mac/mac_key.h
index 5e14e5fd7..9ffc1498a 100644
--- a/cc/mac/mac_key.h
+++ b/cc/mac/mac_key.h
@@ -40,7 +40,7 @@ class MacKey : public Key {
// may be a prefix of another). To avoid this, built-in Tink keys use the
// convention that the prefix is either '0x00<big endian key id>' or
// '0x01<big endian key id>'.
- virtual util::StatusOr<std::string> GetOutputPrefix() const = 0;
+ virtual std::string GetOutputPrefix() const = 0;
const MacParameters& GetParameters() const override = 0;