diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_lcl.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec_lcl.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_lcl.h b/src/lib/libcrypto/ec/ec_lcl.h index 7570cdc7f2..a0343aa1d2 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.16 2021/04/20 17:28:18 tb Exp $ */ | 1 | /* $OpenBSD: ec_lcl.h,v 1.17 2021/04/20 17:32:57 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 | */ |
@@ -121,12 +121,13 @@ struct ec_method_st { | |||
121 | void (*point_clear_finish)(EC_POINT *); | 121 | void (*point_clear_finish)(EC_POINT *); |
122 | int (*point_copy)(EC_POINT *, const EC_POINT *); | 122 | int (*point_copy)(EC_POINT *, const EC_POINT *); |
123 | 123 | ||
124 | /* used by EC_POINT_set_to_infinity, | 124 | /* |
125 | * used by EC_POINT_set_to_infinity, | ||
125 | * EC_POINT_set_Jprojective_coordinates, | 126 | * EC_POINT_set_Jprojective_coordinates, |
126 | * EC_POINT_get_Jprojective_coordinates, | 127 | * EC_POINT_get_Jprojective_coordinates, |
127 | * EC_POINT_set_affine_coordinates, | 128 | * EC_POINT_set_affine_coordinates, |
128 | * EC_POINT_get_affine_coordinates, | 129 | * EC_POINT_get_affine_coordinates, |
129 | * EC_POINT_set_compressed_coordinates_GFp, ..._GF2m: | 130 | * EC_POINT_set_compressed_coordinates: |
130 | */ | 131 | */ |
131 | int (*point_set_to_infinity)(const EC_GROUP *, EC_POINT *); | 132 | int (*point_set_to_infinity)(const EC_GROUP *, EC_POINT *); |
132 | int (*point_set_Jprojective_coordinates)(const EC_GROUP *, EC_POINT *, | 133 | int (*point_set_Jprojective_coordinates)(const EC_GROUP *, EC_POINT *, |