diff options
Diffstat (limited to 'src/lib/libcrypto/hidden/openssl/ec.h')
-rw-r--r-- | src/lib/libcrypto/hidden/openssl/ec.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/ec.h b/src/lib/libcrypto/hidden/openssl/ec.h index ea77d44597..5e4121eac3 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.1 2023/07/07 13:53:52 beck Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.2 2023/07/07 19:37:54 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> | 3 | * Copyright (c) 2023 Bob Beck <beck@openbsd.org> |
4 | * | 4 | * |
@@ -29,7 +29,6 @@ LCRYPTO_USED(EC_GFp_simple_method); | |||
29 | LCRYPTO_USED(EC_GFp_mont_method); | 29 | LCRYPTO_USED(EC_GFp_mont_method); |
30 | LCRYPTO_USED(EC_GROUP_new); | 30 | LCRYPTO_USED(EC_GROUP_new); |
31 | LCRYPTO_USED(EC_GROUP_free); | 31 | LCRYPTO_USED(EC_GROUP_free); |
32 | LCRYPTO_USED(EC_GROUP_clear_free); | ||
33 | LCRYPTO_USED(EC_GROUP_copy); | 32 | LCRYPTO_USED(EC_GROUP_copy); |
34 | LCRYPTO_USED(EC_GROUP_dup); | 33 | LCRYPTO_USED(EC_GROUP_dup); |
35 | LCRYPTO_USED(EC_GROUP_method_of); | 34 | LCRYPTO_USED(EC_GROUP_method_of); |
@@ -50,8 +49,6 @@ LCRYPTO_USED(EC_GROUP_get_seed_len); | |||
50 | LCRYPTO_USED(EC_GROUP_set_seed); | 49 | LCRYPTO_USED(EC_GROUP_set_seed); |
51 | LCRYPTO_USED(EC_GROUP_set_curve); | 50 | LCRYPTO_USED(EC_GROUP_set_curve); |
52 | LCRYPTO_USED(EC_GROUP_get_curve); | 51 | LCRYPTO_USED(EC_GROUP_get_curve); |
53 | LCRYPTO_USED(EC_GROUP_set_curve_GFp); | ||
54 | LCRYPTO_USED(EC_GROUP_get_curve_GFp); | ||
55 | LCRYPTO_USED(EC_GROUP_get_degree); | 52 | LCRYPTO_USED(EC_GROUP_get_degree); |
56 | LCRYPTO_USED(EC_GROUP_check); | 53 | LCRYPTO_USED(EC_GROUP_check); |
57 | LCRYPTO_USED(EC_GROUP_check_discriminant); | 54 | LCRYPTO_USED(EC_GROUP_check_discriminant); |
@@ -63,7 +60,6 @@ LCRYPTO_USED(EC_curve_nid2nist); | |||
63 | LCRYPTO_USED(EC_curve_nist2nid); | 60 | LCRYPTO_USED(EC_curve_nist2nid); |
64 | LCRYPTO_USED(EC_POINT_new); | 61 | LCRYPTO_USED(EC_POINT_new); |
65 | LCRYPTO_USED(EC_POINT_free); | 62 | LCRYPTO_USED(EC_POINT_free); |
66 | LCRYPTO_USED(EC_POINT_clear_free); | ||
67 | LCRYPTO_USED(EC_POINT_copy); | 63 | LCRYPTO_USED(EC_POINT_copy); |
68 | LCRYPTO_USED(EC_POINT_dup); | 64 | LCRYPTO_USED(EC_POINT_dup); |
69 | LCRYPTO_USED(EC_POINT_method_of); | 65 | LCRYPTO_USED(EC_POINT_method_of); |
@@ -71,11 +67,6 @@ LCRYPTO_USED(EC_POINT_set_to_infinity); | |||
71 | LCRYPTO_USED(EC_POINT_set_affine_coordinates); | 67 | LCRYPTO_USED(EC_POINT_set_affine_coordinates); |
72 | LCRYPTO_USED(EC_POINT_get_affine_coordinates); | 68 | LCRYPTO_USED(EC_POINT_get_affine_coordinates); |
73 | LCRYPTO_USED(EC_POINT_set_compressed_coordinates); | 69 | LCRYPTO_USED(EC_POINT_set_compressed_coordinates); |
74 | LCRYPTO_USED(EC_POINT_set_Jprojective_coordinates_GFp); | ||
75 | LCRYPTO_USED(EC_POINT_get_Jprojective_coordinates_GFp); | ||
76 | LCRYPTO_USED(EC_POINT_set_affine_coordinates_GFp); | ||
77 | LCRYPTO_USED(EC_POINT_get_affine_coordinates_GFp); | ||
78 | LCRYPTO_USED(EC_POINT_set_compressed_coordinates_GFp); | ||
79 | LCRYPTO_USED(EC_POINT_point2oct); | 70 | LCRYPTO_USED(EC_POINT_point2oct); |
80 | LCRYPTO_USED(EC_POINT_oct2point); | 71 | LCRYPTO_USED(EC_POINT_oct2point); |
81 | LCRYPTO_USED(EC_POINT_point2bn); | 72 | LCRYPTO_USED(EC_POINT_point2bn); |