mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
Patch upstream: https://github.com/libgit2/libgit2/pull/6157 PR: 260216 Reported by: lysfjord.daniel@smokepit.net
11 lines
420 B
C
11 lines
420 B
C
--- deps/ntlmclient/crypt_openssl.c.orig 2022-01-06 08:12:56 UTC
|
|
+++ deps/ntlmclient/crypt_openssl.c
|
|
@@ -44,7 +44,7 @@ static inline void HMAC_CTX_free(HMAC_CTX *ctx)
|
|
|
|
#endif
|
|
|
|
-#if OPENSSL_VERSION_NUMBER >= 0x10100000L || defined(CRYPT_OPENSSL_DYNAMIC)
|
|
+#if (OPENSSL_VERSION_NUMBER >= 0x10100000L && !LIBRESSL_VERSION_NUMBER) || defined(CRYPT_OPENSSL_DYNAMIC)
|
|
|
|
static inline void HMAC_CTX_cleanup(HMAC_CTX *ctx)
|
|
{
|