aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-22 16:17:50 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:18 +0000
commit1e8622297de2da7bcfe738d32ac84a396e7be0c2 (patch)
tree492eabdb4868b950668af575822dad638f15685c
parent30243c9523057a4f2d3cf57cc9206d87c2a54dfa (diff)
downloadopenssl-1e8622297de2da7bcfe738d32ac84a396e7be0c2.tar.gz
remove ECDH_METHOD typedef
Reviewed-by: Richard Levitte <levitte@openssl.org>
-rw-r--r--include/openssl/ossl_typ.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/openssl/ossl_typ.h b/include/openssl/ossl_typ.h
index e56bf8056a..d4e5d80df9 100644
--- a/include/openssl/ossl_typ.h
+++ b/include/openssl/ossl_typ.h
@@ -150,7 +150,6 @@ typedef struct rsa_meth_st RSA_METHOD;
typedef struct rand_meth_st RAND_METHOD;
-typedef struct ecdh_method ECDH_METHOD;
typedef struct ecdsa_method ECDSA_METHOD;
typedef struct x509_st X509;