Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 558696788
Change-Id: Ie52f6680baed16b20757d732122eb691ce27bcc9
  • Loading branch information
ise-crypto authored and copybara-github committed Aug 21, 2023
1 parent c5c621a commit 909958e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/daead/deterministic_aead_cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ Status DeterministicAeadCli(absl::string_view mode,

// Get the primitive.
StatusOr<std::unique_ptr<DeterministicAead>> daead =
(*keyset_handle)->GetPrimitive<DeterministicAead>();
(*keyset_handle)
->GetPrimitive<crypto::tink::DeterministicAead>(
crypto::tink::ConfigGlobalRegistry());
if (!daead.ok()) return daead.status();

// Read the input.
Expand Down

0 comments on commit 909958e

Please sign in to comment.