diff options
| author | tb <> | 2024-10-22 15:54:33 +0000 |
|---|---|---|
| committer | tb <> | 2024-10-22 15:54:33 +0000 |
| commit | e9c463623237c2cc6fa450900399bf92d6839d22 (patch) | |
| tree | 98969d12a2c51fccf51e618f3797c997325e801e /src | |
| parent | d21606a8e922226d9161b19602b48bd49294bf80 (diff) | |
| download | openbsd-e9c463623237c2cc6fa450900399bf92d6839d22.tar.gz openbsd-e9c463623237c2cc6fa450900399bf92d6839d22.tar.bz2 openbsd-e9c463623237c2cc6fa450900399bf92d6839d22.zip | |
Revert marking EC_GROUP_method_of() and EC_METHOD_get_field_type() unused
breaks tree as noted by krw
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/libcrypto/hidden/openssl/ec.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/ec.h b/src/lib/libcrypto/hidden/openssl/ec.h index 151aab5be9..0b64474c4b 100644 --- a/src/lib/libcrypto/hidden/openssl/ec.h +++ b/src/lib/libcrypto/hidden/openssl/ec.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ec.h,v 1.6 2024/10/22 12:07:27 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.7 2024/10/22 15:54:33 tb Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
| 4 | * | 4 | * |
| @@ -31,8 +31,8 @@ LCRYPTO_USED(EC_GROUP_new); | |||
| 31 | LCRYPTO_USED(EC_GROUP_free); | 31 | LCRYPTO_USED(EC_GROUP_free); |
| 32 | LCRYPTO_USED(EC_GROUP_copy); | 32 | LCRYPTO_USED(EC_GROUP_copy); |
| 33 | LCRYPTO_USED(EC_GROUP_dup); | 33 | LCRYPTO_USED(EC_GROUP_dup); |
| 34 | LCRYPTO_UNUSED(EC_GROUP_method_of); | 34 | LCRYPTO_USED(EC_GROUP_method_of); |
| 35 | LCRYPTO_UNUSED(EC_METHOD_get_field_type); | 35 | LCRYPTO_USED(EC_METHOD_get_field_type); |
| 36 | LCRYPTO_USED(EC_GROUP_set_generator); | 36 | LCRYPTO_USED(EC_GROUP_set_generator); |
| 37 | LCRYPTO_USED(EC_GROUP_get0_generator); | 37 | LCRYPTO_USED(EC_GROUP_get0_generator); |
| 38 | LCRYPTO_USED(EC_GROUP_get_order); | 38 | LCRYPTO_USED(EC_GROUP_get_order); |
