Skip to content
Snippets Groups Projects
Commit 084de326 authored by Tink Team's avatar Tink Team Committed by Copybara-Service
Browse files

Fix uses of private, mangled names for proto enumerators.

PiperOrigin-RevId: 256491920
parent eddfe433
No related branches found
Tags rel_0_2_3
No related merge requests found
......@@ -89,8 +89,7 @@ util::Status ValidateKeyset(const Keyset& keyset) {
has_primary_key = true;
}
if (key.key_data().key_material_type() !=
KeyData::KeyMaterialType::KeyData_KeyMaterialType_ASYMMETRIC_PUBLIC) {
if (key.key_data().key_material_type() != KeyData::ASYMMETRIC_PUBLIC) {
contains_only_public_key_material = false;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment