summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <>2025-01-06 14:34:47 +0000
committertb <>2025-01-06 14:34:47 +0000
commite9a187c6b244ff6784adf35f41e477a76bb3779b (patch)
tree31a997f3e2e718ef68f5c6ed53ac00d7a0849e66
parent90c4ea11168e40751810b5d56e83de147872a6ed (diff)
downloadopenbsd-e9a187c6b244ff6784adf35f41e477a76bb3779b.tar.gz
openbsd-e9a187c6b244ff6784adf35f41e477a76bb3779b.tar.bz2
openbsd-e9a187c6b244ff6784adf35f41e477a76bb3779b.zip
group_copy() is no longer a thing...
-rw-r--r--src/lib/libcrypto/ec/ec_local.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h
index 1201f6ef39..03fda6876b 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.51 2025/01/06 14:29:33 tb Exp $ */ 1/* $OpenBSD: ec_local.h,v 1.52 2025/01/06 14:34:47 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 */
@@ -88,8 +88,6 @@ __BEGIN_HIDDEN_DECLS
88struct ec_method_st { 88struct ec_method_st {
89 int field_type; 89 int field_type;
90 90
91 int (*group_copy)(EC_GROUP *, const EC_GROUP *);
92
93 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a, 91 int (*group_set_curve)(EC_GROUP *, const BIGNUM *p, const BIGNUM *a,
94 const BIGNUM *b, BN_CTX *); 92 const BIGNUM *b, BN_CTX *);
95 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a, 93 int (*group_get_curve)(const EC_GROUP *, BIGNUM *p, BIGNUM *a,