commit:     96aabb34b436d4cd0e5bec4367c457f44756b1e0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  2 20:06:02 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov  2 20:06:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96aabb34

dev-vcs/git-crypt: fix build w/ OpenSSL 1.1.x

Closes: https://bugs.gentoo.org/879095
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-vcs/git-crypt/git-crypt-0.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild 
b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
index d9424c732212..9df1724c5b16 100644
--- a/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
+++ b/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
@@ -22,7 +22,7 @@ BDEPEND="dev-libs/libxslt"
 
 src_configure() {
        # bug #805545, https://github.com/AGWA/git-crypt/issues/232
-       append-cppflags -DOPENSSL_API_COMPAT=0x30000000L
+       append-cppflags -DOPENSSL_API_COMPAT=10101
        tc-export CXX
 
        # bug #689180

Reply via email to