summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2016-03-10 02:23:34 +0100
committerRichard Levitte <levitte@openssl.org>2016-03-10 02:35:12 +0100
commit29f082603a14bd8d6816a71a17f7c76adca7817d (patch)
treee9080d24dd9a35de850e92841e43ce97cc8a54eb /include
parent6b51459026b1936df6177362c88f7d7e2983d138 (diff)
Remove duplicate typedef of ECPKPARAMETERS in ec.h
Reviewed-by: Stephen Henson <steve@openssl.org>
Diffstat (limited to 'include')
-rw-r--r--include/openssl/ec.h2
1 files changed, 0 insertions, 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);