X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=providers%2Fimplementations%2Fexchange%2Fecdh_exch.c;h=e668161dd4ae1a498fcad7d08e79af78a1606603;hp=9933383be77536adc3111c6e38a3e20be3b18c57;hb=7a810fac866c6c1d93015999633ee2a29f17b3d2;hpb=850a485f252e6a6b04734308451e2c64f39b0457 diff --git a/providers/implementations/exchange/ecdh_exch.c b/providers/implementations/exchange/ecdh_exch.c index 9933383be7..e668161dd4 100644 --- a/providers/implementations/exchange/ecdh_exch.c +++ b/providers/implementations/exchange/ecdh_exch.c @@ -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;