diff options
author | Job Snijders <job@cvs.openbsd.org> | 2022-11-29 20:41:33 +0000 |
---|---|---|
committer | Job Snijders <job@cvs.openbsd.org> | 2022-11-29 20:41:33 +0000 |
commit | 7a601320ff7f4a35d7431b2dee18cea14a170166 (patch) | |
tree | c85606be03d4549ab6709eb368585f782778d344 /usr.sbin/rpki-client/validate.c | |
parent | 27ff18ab99d691fafc4569715c9e2ed1d80afabc (diff) |
Only include stdarg.h, if we call any of va_{start,end}()
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/validate.c')
-rw-r--r-- | usr.sbin/rpki-client/validate.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/validate.c b/usr.sbin/rpki-client/validate.c index b75f5260910..322089bc725 100644 --- a/usr.sbin/rpki-client/validate.c +++ b/usr.sbin/rpki-client/validate.c @@ -1,4 +1,4 @@ -/* $OpenBSD: validate.c,v 1.49 2022/11/29 11:45:03 claudio Exp $ */ +/* $OpenBSD: validate.c,v 1.50 2022/11/29 20:41:32 job Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv> * @@ -23,7 +23,6 @@ #include <err.h> #include <fcntl.h> #include <inttypes.h> -#include <stdarg.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |