From 5a2c3fb2eba3e116e467ca7f7954f02a54bc2621 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 14 Feb 2013 00:00:00 +0000 Subject: [PATCH] No default cipher-algo(!) use gpg' user's settings! --- git-remote-gcrypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-remote-gcrypt b/git-remote-gcrypt index f083099..ab3bb9a 100755 --- a/git-remote-gcrypt +++ b/git-remote-gcrypt @@ -90,7 +90,7 @@ ENCRYPT() # Symmetric encryption using the long MASTERKEY. We use AES # and OpenPGP's modification detection code (mdc). (printf "%s" "$MASTERKEY" | \ - gpg --batch --force-mdc --cipher-algo AES --compress-algo none \ + gpg --batch --force-mdc --compress-algo none \ --passphrase-fd 0 --output - -c /dev/fd/3) 3<&0 }