From 4ae9289b6ff6854dab4e96ab431b007c33bdb520 Mon Sep 17 00:00:00 2001 From: "rmlibre@riseup.net" Date: Mon, 16 Dec 2019 20:17:24 -0500 Subject: [PATCH] remove options which may be causing unusable private key error --- tiny_gnupg/gpghome/gpg2.conf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tiny_gnupg/gpghome/gpg2.conf b/tiny_gnupg/gpghome/gpg2.conf index 49388ef..cb3d35b 100755 --- a/tiny_gnupg/gpghome/gpg2.conf +++ b/tiny_gnupg/gpghome/gpg2.conf @@ -36,11 +36,6 @@ verify-options show-uid-validity #require-cross-certification -# Try to use the GnuPG-Agent. With this option, GnuPG first tries to connect to -# the agent before it asks for a passphrase. -#use-agent - - #----------------------------- # keyserver #----------------------------- @@ -88,4 +83,3 @@ cert-digest-algo SHA512 # This preference list is used for new keys and becomes the default for # "setpref" in the edit menu default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed -