aboutsummaryrefslogtreecommitdiffstats
path: root/g10/verify.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-03-08 17:05:37 +0000
committerWerner Koch <[email protected]>2010-03-08 17:05:37 +0000
commit40a78fab0c224bfb92097a6d7f93c0893740d190 (patch)
tree3d8b2bb9ad0346fa80f04cf7bab3181d55bff31e /g10/verify.c
parentMore cleanups (diff)
downloadgnupg-40a78fab0c224bfb92097a6d7f93c0893740d190.tar.gz
gnupg-40a78fab0c224bfb92097a6d7f93c0893740d190.zip
Use macros for iobuf ioctls.
Diffstat (limited to 'g10/verify.c')
-rw-r--r--g10/verify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/verify.c b/g10/verify.c
index 484fd9c76..9ca5591bc 100644
--- a/g10/verify.c
+++ b/g10/verify.c
@@ -150,7 +150,7 @@ verify_one_file( const char *name )
print_file_status( STATUS_FILE_START, name, 1 );
fp = iobuf_open(name);
if (fp)
- iobuf_ioctl (fp,3,1,NULL); /* disable fd caching */
+ iobuf_ioctl (fp, IOBUF_IOCTL_NO_CACHE, 1, NULL);
if (fp && is_secured_file (iobuf_get_fd (fp)))
{
iobuf_close (fp);