From 0cdd96b45a62628a1369fb40b08612f56437dd3c Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 7 Jun 2026 11:17:15 +0000 Subject: ec_convert: point_conversion_t -> point_conversion_form_t in a comment --- src/lib/libcrypto/ec/ec_convert.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/lib/libcrypto/ec/ec_convert.c b/src/lib/libcrypto/ec/ec_convert.c index 3b88bd20ba..ca79a898db 100644 --- a/src/lib/libcrypto/ec/ec_convert.c +++ b/src/lib/libcrypto/ec/ec_convert.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ec_convert.c,v 1.16 2025/12/26 18:44:19 tb Exp $ */ +/* $OpenBSD: ec_convert.c,v 1.17 2026/06/07 11:17:15 tb Exp $ */ /* * Originally written by Bodo Moeller for the OpenSSL project. */ @@ -78,8 +78,8 @@ * at infinity. In compressed and hybrid form bit 1 indicates if the even * or the odd solution of the quadratic equation for y should be used. * - * The public point_conversion_t enum lacks the point at infinity, so we - * ignore it except at the API boundary. + * The public point_conversion_form_t enum lacks the point at infinity, + * so we ignore it except at the API boundary. */ #define EC_POINT_YBIT 0x01 -- cgit v1.2.3-55-g6feb