From b7d854c18e57e4d4211fd23f72741543a40fbfc1 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Thu, 13 May 2010 23:55:36 +0200 Subject: gnupg: fix compression algo for new keys --- gnupg/gpg.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3