projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b51459
)
Remove duplicate typedef of ECPKPARAMETERS in ec.h
author
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 01:23:34 +0000
(
02:23
+0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 10 Mar 2016 01:35:12 +0000
(
02:35
+0100)
Reviewed-by: Stephen Henson <steve@openssl.org>
include/openssl/ec.h
patch
|
blob
|
history
diff --git
a/include/openssl/ec.h
b/include/openssl/ec.h
index ee54088e688046fc69a28595b190567451bf607b..e67439b73d316b5a86c03deab7ad8404708c7a7c 100644
(file)
--- 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);