From: root Date: Thu, 14 Feb 2013 00:00:00 +0000 (+0000) Subject: No default cipher-algo(!) use gpg' user's settings! X-Git-Url: https://git.nutra.tk/v1?a=commitdiff_plain;h=5a2c3fb2eba3e116e467ca7f7954f02a54bc2621;p=gamesguru%2Fgit-remote-gcrypt.git No default cipher-algo(!) use gpg' user's settings! --- 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 }