summaryrefslogtreecommitdiffstats
path: root/fips/fips.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2011-03-09 23:44:06 +0000
committerDr. Stephen Henson <steve@openssl.org>2011-03-09 23:44:06 +0000
commit8857b380e21b7140508cbcdd57abbcafdc658463 (patch)
tree2b9761dafa13021e1ef0af999be6ebed7b738b34 /fips/fips.h
parenta6de7133bb1671e2c5ff1116ec4d337d26a64952 (diff)
Add ECDH to validated module.
Diffstat (limited to 'fips/fips.h')
-rw-r--r--fips/fips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fips/fips.h b/fips/fips.h
index 3fc7a5e40f..fa4f68087d 100644
--- a/fips/fips.h
+++ b/fips/fips.h
@@ -165,6 +165,7 @@ void FIPS_set_locking_callbacks(void (*func)(int mode, int type,
#define ECDSA_SIG_free FIPS_ecdsa_sig_free
#define ecdsa_check fips_ecdsa_check
+#define ecdh_check fips_ecdh_check
#endif