diff options
Diffstat (limited to 'src/usr.sbin/ocspcheck/http.h')
-rw-r--r-- | src/usr.sbin/ocspcheck/http.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/ocspcheck/http.h b/src/usr.sbin/ocspcheck/http.h index b4e66f21d3..6d19771f56 100644 --- a/src/usr.sbin/ocspcheck/http.h +++ b/src/usr.sbin/ocspcheck/http.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: http.h,v 1.1 2017/01/24 08:50:57 beck Exp $ */ | 1 | /* $Id: http.h,v 1.2 2017/01/24 10:57:48 deraadt Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> | 3 | * Copyright (c) 2016 Kristaps Dzonsons <kristaps@bsd.lv> |
4 | * | 4 | * |
@@ -36,7 +36,7 @@ typedef ssize_t (*readfp)(char *, size_t, const struct http *); | |||
36 | /* | 36 | /* |
37 | * HTTP/S header pair. | 37 | * HTTP/S header pair. |
38 | * There's also a cooked-up pair, "Status", with the status code. | 38 | * There's also a cooked-up pair, "Status", with the status code. |
39 | * Both strings are nil-terminated. | 39 | * Both strings are NUL-terminated. |
40 | */ | 40 | */ |
41 | struct httphead { | 41 | struct httphead { |
42 | const char *key; | 42 | const char *key; |