diff options
Diffstat (limited to 'g10/decrypt.c')
-rw-r--r-- | g10/decrypt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/decrypt.c b/g10/decrypt.c index c742a92d4..e9f1d2b93 100644 --- a/g10/decrypt.c +++ b/g10/decrypt.c @@ -57,7 +57,7 @@ decrypt_message( const char *filename ) fp = iobuf_open(filename); if( !fp ) { log_error(_("can't open `%s'\n"), print_fname_stdin(filename)); - return G10ERR_OPEN_FILE; + return GPGERR_OPEN_FILE; } if( !opt.no_armor ) { |