summaryrefslogtreecommitdiff
path: root/dev-vcs/git-crypt/git-crypt-0.7.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/git-crypt/git-crypt-0.7.0.ebuild')
-rw-r--r--dev-vcs/git-crypt/git-crypt-0.7.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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