--- deps/ntlmclient/crypt_openssl.c.orig 2021-09-27 20:09:50 UTC +++ deps/ntlmclient/crypt_openssl.c @@ -44,6 +44,7 @@ static inline void HMAC_CTX_free(HMAC_CTX *ctx) #endif +#ifndef LIBRESSL_VERSION_NUMBER #if OPENSSL_VERSION_NUMBER >= 0x10100000L || defined(CRYPT_OPENSSL_DYNAMIC) static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx) @@ -51,6 +52,7 @@ static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx) NTLM_UNUSED(ctx); } +#endif #endif