diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ecp_nistz256.c')
-rw-r--r-- | src/lib/libcrypto/ec/ecp_nistz256.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libcrypto/ec/ecp_nistz256.c b/src/lib/libcrypto/ec/ecp_nistz256.c index 619249964b..05a16b8c07 100644 --- a/src/lib/libcrypto/ec/ecp_nistz256.c +++ b/src/lib/libcrypto/ec/ecp_nistz256.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ecp_nistz256.c,v 1.9 2021/04/20 17:28:18 tb Exp $ */ | 1 | /* $OpenBSD: ecp_nistz256.c,v 1.10 2021/09/08 17:29:21 tb Exp $ */ |
2 | /* Copyright (c) 2014, Intel Corporation. | 2 | /* Copyright (c) 2014, Intel Corporation. |
3 | * | 3 | * |
4 | * Permission to use, copy, modify, and/or distribute this software for any | 4 | * Permission to use, copy, modify, and/or distribute this software for any |
@@ -1152,6 +1152,7 @@ EC_GFp_nistz256_method(void) | |||
1152 | .group_set_curve = ec_GFp_mont_group_set_curve, | 1152 | .group_set_curve = ec_GFp_mont_group_set_curve, |
1153 | .group_get_curve = ec_GFp_simple_group_get_curve, | 1153 | .group_get_curve = ec_GFp_simple_group_get_curve, |
1154 | .group_get_degree = ec_GFp_simple_group_get_degree, | 1154 | .group_get_degree = ec_GFp_simple_group_get_degree, |
1155 | .group_order_bits = ec_group_simple_order_bits, | ||
1155 | .group_check_discriminant = | 1156 | .group_check_discriminant = |
1156 | ec_GFp_simple_group_check_discriminant, | 1157 | ec_GFp_simple_group_check_discriminant, |
1157 | .point_init = ec_GFp_simple_point_init, | 1158 | .point_init = ec_GFp_simple_point_init, |