summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_lcl.h
diff options
context:
space:
mode:
authortb <>2021-04-20 17:16:38 +0000
committertb <>2021-04-20 17:16:38 +0000
commitd75ea39a8c50b617300b7a60e480697c35a01086 (patch)
tree5887c8db20a9739a2d144ce6d009f6f18b6f49f1 /src/lib/libcrypto/ec/ec_lcl.h
parent33dd5ee78e17ec0f81f5a608ab0f31511df7d6b3 (diff)
downloadopenbsd-d75ea39a8c50b617300b7a60e480697c35a01086.tar.gz
openbsd-d75ea39a8c50b617300b7a60e480697c35a01086.tar.bz2
openbsd-d75ea39a8c50b617300b7a60e480697c35a01086.zip
Prepare to provide EC_POINT_{g,s}et_affine_coordinates
Similar to part of OpenSSL commit 8e3cced75fb5fee5da59ebef9605d403a999391b ok jsing
Diffstat (limited to 'src/lib/libcrypto/ec/ec_lcl.h')
-rw-r--r--src/lib/libcrypto/ec/ec_lcl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_lcl.h b/src/lib/libcrypto/ec/ec_lcl.h
index f689428852..4addc860ed 100644
--- a/src/lib/libcrypto/ec/ec_lcl.h
+++ b/src/lib/libcrypto/ec/ec_lcl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_lcl.h,v 1.14 2021/04/20 17:04:13 tb Exp $ */ 1/* $OpenBSD: ec_lcl.h,v 1.15 2021/04/20 17:16:37 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 */
@@ -124,8 +124,8 @@ struct ec_method_st {
124 /* used by EC_POINT_set_to_infinity, 124 /* used by EC_POINT_set_to_infinity,
125 * EC_POINT_set_Jprojective_coordinates_GFp, 125 * EC_POINT_set_Jprojective_coordinates_GFp,
126 * EC_POINT_get_Jprojective_coordinates_GFp, 126 * EC_POINT_get_Jprojective_coordinates_GFp,
127 * EC_POINT_set_affine_coordinates_GFp, ..._GF2m, 127 * EC_POINT_set_affine_coordinates,
128 * EC_POINT_get_affine_coordinates_GFp, ..._GF2m, 128 * EC_POINT_get_affine_coordinates,
129 * EC_POINT_set_compressed_coordinates_GFp, ..._GF2m: 129 * EC_POINT_set_compressed_coordinates_GFp, ..._GF2m:
130 */ 130 */
131 int (*point_set_to_infinity)(const EC_GROUP *, EC_POINT *); 131 int (*point_set_to_infinity)(const EC_GROUP *, EC_POINT *);