From 29f082603a14bd8d6816a71a17f7c76adca7817d Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 10 Mar 2016 02:23:34 +0100 Subject: [PATCH] Remove duplicate typedef of ECPKPARAMETERS in ec.h Reviewed-by: Stephen Henson --- include/openssl/ec.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.34.1