Skip to content
This repository was archived by the owner on Apr 17, 2024. It is now read-only.

Commit 86b6a21

Browse files
ise-cryptocopybara-github
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 621077529
1 parent 40510c4 commit 86b6a21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cc/integration/gcpkms/gcp_kms_public_key_sign.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
//
1515
///////////////////////////////////////////////////////////////////////////////
1616

17-
#ifndef TINK_INTEGRATION_GCPKMS_GCP_KMS_SIGN_H_
18-
#define TINK_INTEGRATION_GCPKMS_GCP_KMS_SIGN_H_
17+
#ifndef TINK_INTEGRATION_GCPKMS_GCP_KMS_PUBLIC_KEY_SIGN_H_
18+
#define TINK_INTEGRATION_GCPKMS_GCP_KMS_PUBLIC_KEY_SIGN_H_
1919

2020
#include <memory>
2121

@@ -48,4 +48,4 @@ CreateGcpKmsPublicKeySign(
4848
} // namespace tink
4949
} // namespace crypto
5050

51-
#endif // TINK_INTEGRATION_GCPKMS_GCP_KMS_SIGN_H_
51+
#endif // TINK_INTEGRATION_GCPKMS_GCP_KMS_PUBLIC_KEY_SIGN_H_

0 commit comments

Comments
 (0)