Skip to content

Commit

Permalink
TKSS-722: Remove unused VerifyDataScheme TLCP11
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshajiang committed Mar 13, 2024
1 parent 7d09855 commit 78c57a1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ enum VerifyDataScheme {
SSL30 ("kdf_ssl30", new S30VerifyDataGenerator()),
TLS10 ("kdf_tls10", new T10VerifyDataGenerator()),
TLS12 ("kdf_tls12", new T12VerifyDataGenerator()),
TLCP11 ("kdf_tlcp11",new T12VerifyDataGenerator()),
TLS13 ("kdf_tls13", new T13VerifyDataGenerator());

final String name;
Expand Down

0 comments on commit 78c57a1

Please sign in to comment.