Add 'fips-securitychecks' option and plumb this into the actual fips checks
[openssl.git] / providers / implementations / exchange / dh_exch.c
index 3ca3da40fc1590187fcd305714270f4669b98fd7..9e0860870fa87e97ccc3c6d9cddda21b0e8b3e97 100644 (file)
@@ -23,7 +23,7 @@
 #include "prov/providercommon.h"
 #include "prov/implementations.h"
 #include "prov/provider_ctx.h"
 #include "prov/providercommon.h"
 #include "prov/implementations.h"
 #include "prov/provider_ctx.h"
-#include "prov/check.h"
+#include "prov/securitycheck.h"
 #include "crypto/dh.h"
 
 static OSSL_FUNC_keyexch_newctx_fn dh_newctx;
 #include "crypto/dh.h"
 
 static OSSL_FUNC_keyexch_newctx_fn dh_newctx;