summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto
diff options
context:
space:
mode:
authortb <>2026-06-07 11:17:15 +0000
committertb <>2026-06-07 11:17:15 +0000
commit0cdd96b45a62628a1369fb40b08612f56437dd3c (patch)
treef114a84ac800a88d73144e63b5f8b66e05482fab /src/lib/libcrypto
parented4f97b8bdc3cc9a42cf950421f02e2216516baa (diff)
downloadopenbsd-0cdd96b45a62628a1369fb40b08612f56437dd3c.tar.gz
openbsd-0cdd96b45a62628a1369fb40b08612f56437dd3c.tar.bz2
openbsd-0cdd96b45a62628a1369fb40b08612f56437dd3c.zip
ec_convert: point_conversion_t -> point_conversion_form_t in a comment
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r--src/lib/libcrypto/ec/ec_convert.c6
1 files changed, 3 insertions, 3 deletions
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 @@
1/* $OpenBSD: ec_convert.c,v 1.16 2025/12/26 18:44:19 tb Exp $ */ 1/* $OpenBSD: ec_convert.c,v 1.17 2026/06/07 11:17:15 tb Exp $ */
2/* 2/*
3 * Originally written by Bodo Moeller for the OpenSSL project. 3 * Originally written by Bodo Moeller for the OpenSSL project.
4 */ 4 */
@@ -78,8 +78,8 @@
78 * at infinity. In compressed and hybrid form bit 1 indicates if the even 78 * at infinity. In compressed and hybrid form bit 1 indicates if the even
79 * or the odd solution of the quadratic equation for y should be used. 79 * or the odd solution of the quadratic equation for y should be used.
80 * 80 *
81 * The public point_conversion_t enum lacks the point at infinity, so we 81 * The public point_conversion_form_t enum lacks the point at infinity,
82 * ignore it except at the API boundary. 82 * so we ignore it except at the API boundary.
83 */ 83 */
84 84
85#define EC_POINT_YBIT 0x01 85#define EC_POINT_YBIT 0x01