summaryrefslogtreecommitdiff
path: root/src/usr.sbin
diff options
context:
space:
mode:
authorjsg <>2023-04-19 12:58:16 +0000
committerjsg <>2023-04-19 12:58:16 +0000
commit584ae0479395cc62c3c913674b07fc3ad6cf7bae (patch)
tree24a0b9fd4a873dbbc50733372de307edcc902ff8 /src/usr.sbin
parent8bf6e3f7a7f62d228a84be226cd3ea5bf0ba33b5 (diff)
downloadopenbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.tar.gz
openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.tar.bz2
openbsd-584ae0479395cc62c3c913674b07fc3ad6cf7bae.zip
remove duplicate includes
Diffstat (limited to 'src/usr.sbin')
-rw-r--r--src/usr.sbin/ocspcheck/http.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.sbin/ocspcheck/http.c b/src/usr.sbin/ocspcheck/http.c
index 82a504ad1a..46b01f1ec4 100644
--- a/src/usr.sbin/ocspcheck/http.c
+++ b/src/usr.sbin/ocspcheck/http.c
@@ -1,4 +1,4 @@
1/* $Id: http.c,v 1.16 2022/12/15 08:07:03 florian Exp $ */ 1/* $Id: http.c,v 1.17 2023/04/19 12:58:16 jsg Exp $ */
2/* 2/*
3 * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> 3 * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv>
4 * 4 *
@@ -33,7 +33,6 @@
33#include <unistd.h> 33#include <unistd.h>
34 34
35#include "http.h" 35#include "http.h"
36#include <tls.h>
37 36
38/* 37/*
39 * A buffer for transferring HTTP/S data. 38 * A buffer for transferring HTTP/S data.