git: bcbefcd5252c - main - devel/libgit2: Fix build with libressl 3.5
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 30 Oct 2022 06:37:12 UTC
The branch main has been updated by zirias:
URL: https://cgit.FreeBSD.org/ports/commit/?id=bcbefcd5252c4603173bde6a7686026b72e711ec
commit bcbefcd5252c4603173bde6a7686026b72e711ec
Author: Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2022-10-18 10:57:05 +0000
Commit: Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2022-10-30 06:35:19 +0000
devel/libgit2: Fix build with libressl 3.5
Approved by: mfechner (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37057
---
devel/libgit2/files/patch-deps_ntlmclient_crypt__openssl.c | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/devel/libgit2/files/patch-deps_ntlmclient_crypt__openssl.c b/devel/libgit2/files/patch-deps_ntlmclient_crypt__openssl.c
deleted file mode 100644
index 883042b4c659..000000000000
--- a/devel/libgit2/files/patch-deps_ntlmclient_crypt__openssl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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)
- {