Renamed ecp_format to ansi_format, as point formats in TLS use different identifiers

This commit is contained in:
Martin Willi
2010-09-06 18:37:24 +02:00
parent 3f5de7b65f
commit ec7d4e70d3
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ ENUM(tls_named_curve_names, TLS_SECT163K1, TLS_SECP521R1,
"SECP521R1",
);
ENUM(tls_ecp_format_names, TLS_ECP_COMPRESSED, TLS_ECP_HYBRID_Y,
ENUM(tls_ansi_point_format_names, TLS_ANSI_COMPRESSED, TLS_ANSI_HYBRID_Y,
"compressed",
"compressed y",
"uncompressed",