cksum.c:44:17: error: variable has incomplete type 'EVP_MD_CTX' (aka 'struct evp_md_ctx_st')
EVP_MD_CTX mdctx;
^
I asked an AI what this error was about and it said, "This error typically occurs when using OpenSSL's EVP_MD_CTX structure without including the necessary header files or when using an older version of OpenSSL."
I asked an AI what this error was about and it said, "This error typically occurs when using OpenSSL's EVP_MD_CTX structure without including the necessary header files or when using an older version of OpenSSL."