]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - fips/fips.h
Add ECDH to validated module.
[thirdparty/openssl.git] / fips / fips.h
index 3fc7a5e40f61ababba21e41ad39d1dd9bc383a73..fa4f68087d95c55b5d7eec62c7cc0ce14fb6daf0 100644 (file)
@@ -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