diff options
| author | jsg <> | 2023-04-19 12:58:16 +0000 |
|---|---|---|
| committer | jsg <> | 2023-04-19 12:58:16 +0000 |
| commit | 66b857bfb31c84024d348c1b47c595ee2d24262f (patch) | |
| tree | 24a0b9fd4a873dbbc50733372de307edcc902ff8 /src/usr.sbin | |
| parent | b428e9561e4f6390210b76d21c1ff48e5a1d0efc (diff) | |
| download | openbsd-66b857bfb31c84024d348c1b47c595ee2d24262f.tar.gz openbsd-66b857bfb31c84024d348c1b47c595ee2d24262f.tar.bz2 openbsd-66b857bfb31c84024d348c1b47c595ee2d24262f.zip | |
remove duplicate includes
Diffstat (limited to 'src/usr.sbin')
| -rw-r--r-- | src/usr.sbin/ocspcheck/http.c | 3 |
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. |
