diff --git a/crypto/ec/ec_lcl.h b/crypto/ec/ec_lcl.h index b3b7b28ca4d45ff32c8f81ed9f9258999b1554b4..119255f1dc832b5ed9fd245dd5df22f11f5d6185 100644 --- a/crypto/ec/ec_lcl.h +++ b/crypto/ec/ec_lcl.h @@ -15,7 +15,6 @@ #include #include "internal/refcount.h" #include "internal/ec_int.h" -#include "curve448/curve448_lcl.h" #if defined(__SUNPRO_C) # if __SUNPRO_C >= 0x520 diff --git a/crypto/ec/ecx_meth.c b/crypto/ec/ecx_meth.c index b76bfdb6dc342f4a19dc98f13d96561871a23f6f..efbff49cbfe54bb07b747a582c79f033b963f3a0 100644 --- a/crypto/ec/ecx_meth.c +++ b/crypto/ec/ecx_meth.c @@ -15,6 +15,7 @@ #include "internal/asn1_int.h" #include "internal/evp_int.h" #include "ec_lcl.h" +#include "curve448/curve448_lcl.h" #define X25519_BITS 253 #define X25519_SECURITY_BITS 128