diff options
author | tb <> | 2025-01-06 14:34:47 +0000 |
---|---|---|
committer | tb <> | 2025-01-06 14:34:47 +0000 |
commit | e9a187c6b244ff6784adf35f41e477a76bb3779b (patch) | |
tree | 31a997f3e2e718ef68f5c6ed53ac00d7a0849e66 | |
parent | 90c4ea11168e40751810b5d56e83de147872a6ed (diff) | |
download | openbsd-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.h | 4 |
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 | |||
88 | struct ec_method_st { | 88 | struct 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, |