From: Richard Levitte Date: Thu, 10 Mar 2016 01:23:34 +0000 (+0100) Subject: Remove duplicate typedef of ECPKPARAMETERS in ec.h X-Git-Tag: OpenSSL_1_1_0-pre4~104 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=29f082603a14bd8d6816a71a17f7c76adca7817d;p=oweals%2Fopenssl.git Remove duplicate typedef of ECPKPARAMETERS in ec.h Reviewed-by: Stephen Henson --- diff --git a/include/openssl/ec.h b/include/openssl/ec.h index ee54088e68..e67439b73d 100644 --- a/include/openssl/ec.h +++ b/include/openssl/ec.h @@ -781,8 +781,6 @@ int EC_GROUP_get_pentanomial_basis(const EC_GROUP *, unsigned int *k1, # define OPENSSL_EC_EXPLICIT_CURVE 0x000 # define OPENSSL_EC_NAMED_CURVE 0x001 -typedef struct ecpk_parameters_st ECPKPARAMETERS; - EC_GROUP *d2i_ECPKParameters(EC_GROUP **, const unsigned char **in, long len); int i2d_ECPKParameters(const EC_GROUP *, unsigned char **out);