--- ./ncat/http_digest.c.orig 2022-08-25 09:51:59.000000000 -0500 +++ ./ncat/http_digest.c 2022-09-06 13:19:44.346121633 -0500 @@ -133,10 +133,6 @@ return 0; } -#if OPENSSL_API_LEVEL < 10100 -#define EVP_MD_CTX_new EVP_MD_CTX_create -#define EVP_MD_CTX_free EVP_MD_CTX_destroy -#endif static char *make_nonce(const struct timeval *tv) { char *buf = NULL;