summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbeck <beck@openbsd.org>2017-01-26 00:53:52 +0000
committerbeck <beck@openbsd.org>2017-01-26 00:53:52 +0000
commit92519aacf1bbcefc145f0d319c887529916bc931 (patch)
tree61fd32cad4a51236fa831f217bb2ebd94d3f894c
parentFix the structure initialzation to compile. bad inioguchi and millert :) (diff)
downloadwireguard-openbsd-92519aacf1bbcefc145f0d319c887529916bc931.tar.xz
wireguard-openbsd-92519aacf1bbcefc145f0d319c887529916bc931.zip
style
-rw-r--r--usr.sbin/ocspcheck/ocspcheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ocspcheck/ocspcheck.c b/usr.sbin/ocspcheck/ocspcheck.c
index 38ec5a0eccb..5b665a08765 100644
--- a/usr.sbin/ocspcheck/ocspcheck.c
+++ b/usr.sbin/ocspcheck/ocspcheck.c
@@ -501,7 +501,7 @@ usage(void)
}
int
-main (int argc, char **argv)
+main(int argc, char **argv)
{
char *host = NULL, *path = "/", *certfile = NULL, *outfile = NULL,
*cafile = NULL;