diff options
author | Justus Winter <[email protected]> | 2016-04-06 09:34:11 +0000 |
---|---|---|
committer | Justus Winter <[email protected]> | 2016-04-06 09:34:11 +0000 |
commit | 76ca869197e304daa5a8dd96ea43113ec7b28354 (patch) | |
tree | 3f49b07a76ca4a05d54837da3bdcc84cee375a34 /g10/main.h | |
parent | dirmngr: Autodetect PEM format in dirmngr-client. (diff) | |
download | gnupg-76ca869197e304daa5a8dd96ea43113ec7b28354.tar.gz gnupg-76ca869197e304daa5a8dd96ea43113ec7b28354.zip |
Revert "g10: Support armored keyrings in gpgv."
This reverts commit abb352de51bc964c06007fce43ed6f6caea87c15.
Diffstat (limited to 'g10/main.h')
-rw-r--r-- | g10/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/main.h b/g10/main.h index 766c53fd9..5b5947e48 100644 --- a/g10/main.h +++ b/g10/main.h @@ -389,7 +389,7 @@ gpg_error_t receive_seckey_from_agent (ctrl_t ctrl, gcry_cipher_hd_t cipherhd, gpg_error_t export_ssh_key (ctrl_t ctrl, const char *userid); /*-- dearmor.c --*/ -int dearmor_file( const char *fname, int outfd ); +int dearmor_file( const char *fname ); int enarmor_file( const char *fname ); /*-- revoke.c --*/ |