Add 'fips-securitychecks' option and plumb this into the actual fips checks
[openssl.git] / providers / implementations / exchange / ecdh_exch.c
index 9933383be77536adc3111c6e38a3e20be3b18c57..e668161dd4ae1a498fcad7d08e79af78a1606603 100644 (file)
@@ -24,7 +24,7 @@
 #include "prov/provider_ctx.h"
 #include "prov/providercommon.h"
 #include "prov/implementations.h"
-#include "prov/check.h"
+#include "prov/securitycheck.h"
 #include "crypto/ec.h" /* ecdh_KDF_X9_63() */
 
 static OSSL_FUNC_keyexch_newctx_fn ecdh_newctx;