diff options
author | Marcus Brinkmann <[email protected]> | 2017-08-01 17:08:16 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2017-08-01 17:08:16 +0000 |
commit | 624cd2d0bf6cc6dd1b79654295dc76f5b2d6d70b (patch) | |
tree | 83518734e83fca311035d07bcf9c084d5f734706 /g10/main.h | |
parent | g10: Always save standard revocation certificate in file. (diff) | |
download | gnupg-624cd2d0bf6cc6dd1b79654295dc76f5b2d6d70b.tar.gz gnupg-624cd2d0bf6cc6dd1b79654295dc76f5b2d6d70b.zip |
Revert "g10: Always save standard revocation certificate in file."
This reverts commit ebc65ff459e6c228fb7406e375819a9fe5637abe.
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 5862cdf27..87417ee37 100644 --- a/g10/main.h +++ b/g10/main.h @@ -324,7 +324,7 @@ int overwrite_filep( const char *fname ); char *make_outfile_name( const char *iname ); char *ask_outfile_name( const char *name, size_t namelen ); int open_outfile (int inp_fd, const char *iname, int mode, - int restrictedperm, iobuf_t *a, int no_outfile); + int restrictedperm, iobuf_t *a); char *get_matching_datafile (const char *sigfilename); iobuf_t open_sigfile (const char *sigfilename, progress_filter_context_t *pfx); void try_make_homedir( const char *fname ); |