aboutsummaryrefslogtreecommitdiff
path: root/cc/primitive_set.h
diff options
context:
space:
mode:
authorlizatretyakova <lizatretyakova@google.com>2021-09-22 08:17:14 -0700
committerCopybara-Service <copybara-worker@google.com>2021-09-22 08:18:15 -0700
commit220adc26f8c9e0869f0b836089361a7e15db86b9 (patch)
tree26ee03abdebaa20f446612c7b7ec648905416cb5 /cc/primitive_set.h
parent9ec6a6749f9e3dde02cfab24834202573e31cd54 (diff)
downloadtink-220adc26f8c9e0869f0b836089361a7e15db86b9.tar.gz
Replace the deprecated crypto::tink::util::Status::OK object with a call to an absl-friendly getter crypto::tink::util::OkStatus().
PiperOrigin-RevId: 398242794
Diffstat (limited to 'cc/primitive_set.h')
-rw-r--r--cc/primitive_set.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/primitive_set.h b/cc/primitive_set.h
index 2e0d9dbdc..1360a2a21 100644
--- a/cc/primitive_set.h
+++ b/cc/primitive_set.h
@@ -157,7 +157,7 @@ class PrimitiveSet {
}
primary_ = primary;
- return crypto::tink::util::Status::OK;
+ return crypto::tink::util::OkStatus();
}
// Returns the entry with the primary primitive.