Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 595321473
Change-Id: I32685b90f440d005670a63e33b9e20eec6101e13
  • Loading branch information
ise-crypto authored and Copybara-Service committed Jan 3, 2024
1 parent e98f7fb commit e0c923c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/aead/aead_cli.cc
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ int main(int argc, char** argv) {

std::clog << "Using keyset from file " << keyset_filename << " to AEAD-"
<< mode << " file " << input_filename << " with associated data '"
<< associated_data << "'." << std::endl;
<< associated_data << "'." << '\n';
std::clog << "The resulting output will be written to " << output_filename
<< std::endl;
<< '\n';

CHECK_OK(tink_cc_examples::AeadCli(mode, keyset_filename, input_filename,
output_filename, associated_data));
Expand Down

0 comments on commit e0c923c

Please sign in to comment.