From 22a984b3406437c8821498bd4a37de2a664b528c Mon Sep 17 00:00:00 2001 From: tb <> Date: Tue, 14 Sep 2021 16:37:20 +0000 Subject: Add missing void to definition of http_init(). ok deraadt florian --- src/usr.sbin/ocspcheck/http.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/usr.sbin/ocspcheck/http.c b/src/usr.sbin/ocspcheck/http.c index 6a19ad31cb..1669105469 100644 --- a/src/usr.sbin/ocspcheck/http.c +++ b/src/usr.sbin/ocspcheck/http.c @@ -1,4 +1,4 @@ -/* $Id: http.c,v 1.14 2021/07/14 13:33:57 kn Exp $ */ +/* $Id: http.c,v 1.15 2021/09/14 16:37:20 tb Exp $ */ /* * Copyright (c) 2016 Kristaps Dzonsons * @@ -119,7 +119,7 @@ dotlswrite(const void *buf, size_t sz, const struct http *http) } int -http_init() +http_init(void) { if (tlscfg != NULL) return 0; -- cgit v1.2.3-55-g6feb