[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Thu Mar 10 01:35:16 UTC 2016
The branch master has been updated
via 29f082603a14bd8d6816a71a17f7c76adca7817d (commit)
from 6b51459026b1936df6177362c88f7d7e2983d138 (commit)
- Log -----------------------------------------------------------------
commit 29f082603a14bd8d6816a71a17f7c76adca7817d
Author: Richard Levitte <levitte at openssl.org>
Date: Thu Mar 10 02:23:34 2016 +0100
Remove duplicate typedef of ECPKPARAMETERS in ec.h
Reviewed-by: Stephen Henson <steve at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
include/openssl/ec.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/include/openssl/ec.h b/include/openssl/ec.h
index ee54088..e67439b 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);
More information about the openssl-commits
mailing list