Hello, thank you for your patch: I applied it and it works. This is also related to bug#63202 Sergey Trofimov writes: > * gnu/packages/version-control.scm (git-crypt): > Add compilation flag to work around openssl 3 compatibility. > See https://github.com/AGWA/git-crypt/issues/232 > --- > gnu/packages/version-control.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm > index c2ec490383..ba213bafa6 100644 > --- a/gnu/packages/version-control.scm > +++ b/gnu/packages/version-control.scm > @@ -936,6 +936,7 @@ (define-public git-crypt > #t)) > (replace 'build > (lambda _ > + (setenv "CXXFLAGS" "-DOPENSSL_API_COMPAT=0x30000000L") > (invoke "make" "ENABLE_MAN=yes"))) > (replace 'install > (lambda* (#:key outputs #:allow-other-keys) > -- > 2.39.2 Thanks, Gio' -- Giovanni Biscuolo Xelera IT Infrastructures