summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-13 23:55:36 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-05-14 00:15:19 +0200
commitb7d854c18e57e4d4211fd23f72741543a40fbfc1 (patch)
tree2b646e9cc49e546a0eeb6fbed6ba08a760df396c
parent333c174e3eba414cc934302ef6521a171728f230 (diff)
downloaddotfiles-b7d854c18e57e4d4211fd23f72741543a40fbfc1.tar.xz
gnupg: fix compression algo for new keys
-rw-r--r--gnupg/gpg.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnupg/gpg.conf b/gnupg/gpg.conf
index 56afa28..4f8f468 100644
--- a/gnupg/gpg.conf
+++ b/gnupg/gpg.conf
@@ -56,4 +56,4 @@ personal-digest-preferences SHA512 SHA384 SHA256 SHA224 SHA1 RIPEMD160 MD5
# - compression algorithms
personal-compress-preferences BZIP2 ZLIB ZIP Uncompressed
# - new keys algorithms
-default-preference-list SHA512 SHA384 SHA256 SHA224 TWOFISH AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed
+default-preference-list SHA512 SHA384 SHA256 SHA224 TWOFISH AES256 AES192 AES CAST5 BZIP2 ZLIB ZIP Uncompressed