Skip to content

Commit

Permalink
Internal Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 581471355
Change-Id: I2fb6e9428132c7596b238424b454e4c3fb3a384f
  • Loading branch information
ise-crypto authored and copybara-github committed Nov 11, 2023
1 parent e655937 commit 40b5a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tink/streamingaead/internal/key_gen_config_v0.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
//
////////////////////////////////////////////////////////////////////////////////

#ifndef TINK_STREAMING_AEAD_INTERNAL_KEY_GEN_CONFIG_V0_H_
#define TINK_STREAMING_AEAD_INTERNAL_KEY_GEN_CONFIG_V0_H_
#ifndef TINK_STREAMINGAEAD_INTERNAL_KEY_GEN_CONFIG_V0_H_
#define TINK_STREAMINGAEAD_INTERNAL_KEY_GEN_CONFIG_V0_H_

#include "tink/key_gen_configuration.h"
#include "tink/util/status.h"
Expand All @@ -32,4 +32,4 @@ util::Status AddStreamingAeadKeyGenV0(KeyGenConfiguration& config);
} // namespace tink
} // namespace crypto

#endif // TINK_STREAMING_AEAD_INTERNAL_KEY_GEN_CONFIG_V0_H_
#endif // TINK_STREAMINGAEAD_INTERNAL_KEY_GEN_CONFIG_V0_H_

0 comments on commit 40b5a63

Please sign in to comment.