diff options
Diffstat (limited to 'lib/libkeynote/keynote-sigver.c')
-rw-r--r-- | lib/libkeynote/keynote-sigver.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libkeynote/keynote-sigver.c b/lib/libkeynote/keynote-sigver.c index 6c87e386349..10b64a3c8ee 100644 --- a/lib/libkeynote/keynote-sigver.c +++ b/lib/libkeynote/keynote-sigver.c @@ -1,4 +1,4 @@ -/* $OpenBSD: keynote-sigver.c,v 1.17 2019/06/28 13:32:42 deraadt Exp $ */ +/* $OpenBSD: keynote-sigver.c,v 1.18 2021/10/24 21:24:20 deraadt Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@dsl.cis.upenn.edu) * @@ -56,7 +56,7 @@ keynote_sigver(int argc, char *argv[]) } /* Open and read assertion file */ - fd = open(argv[1], O_RDONLY, 0); + fd = open(argv[1], O_RDONLY); if (fd == -1) { perror(argv[1]); |