diff --git a/src/crypto/crypto_openssl.c b/src/crypto/crypto_openssl.c index 59458762f..f058e067d 100644 --- a/src/crypto/crypto_openssl.c +++ b/src/crypto/crypto_openssl.c @@ -16,6 +16,7 @@ #include #include #include +#include #include #ifdef CONFIG_ECC #include @@ -25,7 +26,6 @@ #include #include #include -#include #include #include #else /* OpenSSL version >= 3.0 */