summaryrefslogtreecommitdiffstats
path: root/crypto/ecdh/ecdh.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-12-10 13:35:11 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-12-10 13:35:11 +0000
commita3a2e3a43d13d8486c5e100e1bef7fec8e61b27b (patch)
tree83cbc9227839bd728d869647229dabe59412eae0 /crypto/ecdh/ecdh.h
parent67ef4f63f1fcedc7202a721007e9aac29133a668 (diff)
add cofactor ECDH support from fips branch
Diffstat (limited to 'crypto/ecdh/ecdh.h')
-rw-r--r--crypto/ecdh/ecdh.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/ecdh/ecdh.h b/crypto/ecdh/ecdh.h
index b4b58ee65b..8ac82b8cbd 100644
--- a/crypto/ecdh/ecdh.h
+++ b/crypto/ecdh/ecdh.h
@@ -85,6 +85,8 @@
extern "C" {
#endif
+#define EC_FLAG_COFACTOR_ECDH 0x1000
+
const ECDH_METHOD *ECDH_OpenSSL(void);
void ECDH_set_default_method(const ECDH_METHOD *);