summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/ec/ec_local.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h
index 6ea78eaac4..c2befdede7 100644
--- a/src/lib/libcrypto/ec/ec_local.h
+++ b/src/lib/libcrypto/ec/ec_local.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_local.h,v 1.27 2023/11/29 21:35:57 tb Exp $ */ 1/* $OpenBSD: ec_local.h,v 1.28 2024/10/03 06:24:07 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 */
@@ -216,9 +216,6 @@ struct ec_group_st {
216 /* Montgomery context and values used by EC_GFp_mont_method. */ 216 /* Montgomery context and values used by EC_GFp_mont_method. */
217 BN_MONT_CTX *mont_ctx; 217 BN_MONT_CTX *mont_ctx;
218 BIGNUM *mont_one; 218 BIGNUM *mont_one;
219
220 int (*field_mod_func)(BIGNUM *, const BIGNUM *, const BIGNUM *,
221 BN_CTX *);
222} /* EC_GROUP */; 219} /* EC_GROUP */;
223 220
224struct ec_key_st { 221struct ec_key_st {