aboutsummaryrefslogtreecommitdiff
path: root/cc/cleartext_keyset_handle.h
diff options
context:
space:
mode:
authorThai Duong <thaidn@google.com>2017-06-22 16:11:23 -0700
committerThai Duong <thaidn@google.com>2017-07-10 20:29:37 -0700
commit92d5a7dc11b748743037ed1af338d3006c9d5013 (patch)
tree9be110b32e92eb6f28795e70e611ea91ad257ecf /cc/cleartext_keyset_handle.h
parent9f88b33996ecf829a36886e4fa25c49a7c68421d (diff)
downloadtink-92d5a7dc11b748743037ed1af338d3006c9d5013.tar.gz
Allow subtle to depend on common.proto.
Also fix Lint errors. Change-Id: Ia47f1db6f6d84c360b9d000e4739ac3f90dadac4 ORIGINAL_AUTHOR=Thai Duong <thaidn@google.com> GitOrigin-RevId: 0b52c4dd04f0b91f517df69431ba19f83c3ec687
Diffstat (limited to 'cc/cleartext_keyset_handle.h')
-rw-r--r--cc/cleartext_keyset_handle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cleartext_keyset_handle.h b/cc/cleartext_keyset_handle.h
index aefce8bd6..59b20d4c4 100644
--- a/cc/cleartext_keyset_handle.h
+++ b/cc/cleartext_keyset_handle.h
@@ -35,7 +35,7 @@ class CleartextKeysetHandle {
static util::StatusOr<std::unique_ptr<KeysetHandle>> ParseFrom(
std::istream* keyset_stream);
private:
- CleartextKeysetHandle() {};
+ CleartextKeysetHandle() {}
};
} // namespace tink