summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-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