]> Nutra Git (v1) - gamesguru/git-remote-gcrypt.git/commitdiff
No default cipher-algo(!) use gpg' user's settings!
authorroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
committerroot <root@localhost>
Thu, 14 Feb 2013 00:00:00 +0000 (00:00 +0000)
git-remote-gcrypt

index f083099f950ad72e2e18c0d41efc50f8173af7e2..ab3bb9a34df296b407f9884427603c54c82b1730 100755 (executable)
@@ -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
 }