diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_local.h')
| -rw-r--r-- | src/lib/libcrypto/ec/ec_local.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/lib/libcrypto/ec/ec_local.h b/src/lib/libcrypto/ec/ec_local.h index a1d7c9d3f2..d4cb777c83 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.9 2023/03/07 05:50:59 jsing Exp $ */ | 1 | /* $OpenBSD: ec_local.h,v 1.10 2023/03/08 04:50:27 jsing 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 | */ |
| @@ -86,17 +86,7 @@ __BEGIN_HIDDEN_DECLS | |||
| 86 | # endif | 86 | # endif |
| 87 | #endif | 87 | #endif |
| 88 | 88 | ||
| 89 | /* Use default functions for poin2oct, oct2point and compressed coordinates */ | ||
| 90 | #define EC_FLAGS_DEFAULT_OCT 0x1 | ||
| 91 | |||
| 92 | struct ec_method_st { | 89 | struct ec_method_st { |
| 93 | |||
| 94 | /* | ||
| 95 | * Methods and members exposed directly by the public API. | ||
| 96 | */ | ||
| 97 | |||
| 98 | int flags; | ||
| 99 | |||
| 100 | int field_type; | 90 | int field_type; |
| 101 | 91 | ||
| 102 | int (*group_init)(EC_GROUP *); | 92 | int (*group_init)(EC_GROUP *); |
