diff options
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. |