Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595303989
Change-Id: I1c02cce2b4065819c9382743e474baf7fb67a5e5
  • Loading branch information
ise-crypto authored and copybara-github committed Jan 3, 2024
1 parent 9bde13f commit 6c29317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/key_derivation/key_derivation_cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ int main(int argc, char** argv) {

std::clog << "Using keyset from file " << keyset_filename
<< " to derive a new AEAD keyset with the salt in file "
<< salt_filename << "." << std::endl;
<< salt_filename << "." << '\n';
std::clog << "The resulting derived keyset will be written to "
<< derived_keyset_filename << "." << std::endl;
<< derived_keyset_filename << "." << '\n';

CHECK_OK(tink_cc_examples::KeyDerivationCli(keyset_filename, salt_filename,
derived_keyset_filename));
Expand Down

0 comments on commit 6c29317

Please sign in to comment.