summaryrefslogtreecommitdiff
path: root/usr.sbin/rpki-client/mft.c
diff options
context:
space:
mode:
authorJob Snijders <job@cvs.openbsd.org>2022-11-30 08:16:11 +0000
committerJob Snijders <job@cvs.openbsd.org>2022-11-30 08:16:11 +0000
commit10aa54fb387ba5601988f29f6d6fa5a3e5c38b53 (patch)
tree3dda02056de7e73a5d01bac6fb1529ba5d0a0b58 /usr.sbin/rpki-client/mft.c
parent8d6ea275714a0ef83f8a1b9bdb566c8bcc5e9349 (diff)
Remove unused ctype.h include
OK tb@
Diffstat (limited to 'usr.sbin/rpki-client/mft.c')
-rw-r--r--usr.sbin/rpki-client/mft.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rpki-client/mft.c b/usr.sbin/rpki-client/mft.c
index d9ab5dfb7df..753f56fd369 100644
--- a/usr.sbin/rpki-client/mft.c
+++ b/usr.sbin/rpki-client/mft.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mft.c,v 1.80 2022/11/29 20:41:32 job Exp $ */
+/* $OpenBSD: mft.c,v 1.81 2022/11/30 08:16:10 job Exp $ */
/*
* Copyright (c) 2022 Theo Buehler <tb@openbsd.org>
* Copyright (c) 2019 Kristaps Dzonsons <kristaps@bsd.lv>
@@ -17,7 +17,6 @@
*/
#include <assert.h>
-#include <ctype.h>
#include <err.h>
#include <limits.h>
#include <stdint.h>