aboutsummaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorJustus Winter <[email protected]>2016-04-06 09:34:11 +0000
committerJustus Winter <[email protected]>2016-04-06 09:34:11 +0000
commit76ca869197e304daa5a8dd96ea43113ec7b28354 (patch)
tree3f49b07a76ca4a05d54837da3bdcc84cee375a34 /g10/gpg.c
parentdirmngr: Autodetect PEM format in dirmngr-client. (diff)
downloadgnupg-76ca869197e304daa5a8dd96ea43113ec7b28354.tar.gz
gnupg-76ca869197e304daa5a8dd96ea43113ec7b28354.zip
Revert "g10: Support armored keyrings in gpgv."
This reverts commit abb352de51bc964c06007fce43ed6f6caea87c15.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index bb5e8472d..b9d69a7cb 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -4285,7 +4285,7 @@ main (int argc, char **argv)
case aDeArmor:
if( argc > 1 )
wrong_args("--dearmor [file]");
- rc = dearmor_file( argc? *argv: NULL, -1 );
+ rc = dearmor_file( argc? *argv: NULL );
if( rc )
{
write_status_failure ("dearmor", rc);