aboutsummaryrefslogtreecommitdiffhomepage
path: root/git-remote-gcrypt
diff options
context:
space:
mode:
authorroot <root@localhost>2013-02-14 00:00:00 +0000
committerroot <root@localhost>2013-02-14 00:00:00 +0000
commit5a2c3fb2eba3e116e467ca7f7954f02a54bc2621 (patch)
treec53b04651b79c5c24235078c2fa15683f02097b3 /git-remote-gcrypt
parent2be10d3dbf5f39b0e937fbf62a835e976c5f511b (diff)
downloadgit-remote-gcrypt-5a2c3fb2eba3e116e467ca7f7954f02a54bc2621.tar.gz
No default cipher-algo(!) use gpg' user's settings!
Diffstat (limited to 'git-remote-gcrypt')
-rwxr-xr-xgit-remote-gcrypt2
1 files changed, 1 insertions, 1 deletions
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
}