diff options
author | Justus Winter <justus@g10code.com> | 2016-04-06 11:34:11 +0200 |
---|---|---|
committer | Justus Winter <justus@g10code.com> | 2016-04-06 11:34:11 +0200 |
commit | 76ca869197e304daa5a8dd96ea43113ec7b28354 (patch) | |
tree | 3f49b07a76ca4a05d54837da3bdcc84cee375a34 /g10/Makefile.am | |
parent | dirmngr: Autodetect PEM format in dirmngr-client. (diff) | |
download | gnupg2-76ca869197e304daa5a8dd96ea43113ec7b28354.tar.xz gnupg2-76ca869197e304daa5a8dd96ea43113ec7b28354.zip |
Revert "g10: Support armored keyrings in gpgv."
This reverts commit abb352de51bc964c06007fce43ed6f6caea87c15.
Diffstat (limited to 'g10/Makefile.am')
-rw-r--r-- | g10/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am index c901198e2..cd1d15701 100644 --- a/g10/Makefile.am +++ b/g10/Makefile.am @@ -156,8 +156,7 @@ gpg_SOURCES = gpg.c \ gpgcompose_SOURCES = gpgcompose.c $(gpg_sources) gpgv_SOURCES = gpgv.c \ $(common_source) \ - verify.c \ - dearmor.c + verify.c #gpgd_SOURCES = gpgd.c \ # ks-proto.h \ |