diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec.h')
-rw-r--r-- | src/lib/libcrypto/ec/ec.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libcrypto/ec/ec.h b/src/lib/libcrypto/ec/ec.h index 85951f0b97..9e3354df46 100644 --- a/src/lib/libcrypto/ec/ec.h +++ b/src/lib/libcrypto/ec/ec.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec.h,v 1.45 2023/07/28 09:28:37 tb Exp $ */ | 1 | /* $OpenBSD: ec.h,v 1.46 2023/08/11 04:45:27 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 | */ |
@@ -262,9 +262,6 @@ int ECPKParameters_print(BIO *bp, const EC_GROUP *x, int off); | |||
262 | #endif | 262 | #endif |
263 | int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); | 263 | int ECPKParameters_print_fp(FILE *fp, const EC_GROUP *x, int off); |
264 | 264 | ||
265 | typedef struct ec_key_st EC_KEY; | ||
266 | typedef struct ec_key_method_st EC_KEY_METHOD; | ||
267 | |||
268 | #define EC_PKEY_NO_PARAMETERS 0x001 | 265 | #define EC_PKEY_NO_PARAMETERS 0x001 |
269 | #define EC_PKEY_NO_PUBKEY 0x002 | 266 | #define EC_PKEY_NO_PUBKEY 0x002 |
270 | 267 | ||