diff options
author | 2017-01-26 00:53:52 +0000 | |
---|---|---|
committer | 2017-01-26 00:53:52 +0000 | |
commit | 92519aacf1bbcefc145f0d319c887529916bc931 (patch) | |
tree | 61fd32cad4a51236fa831f217bb2ebd94d3f894c | |
parent | Fix the structure initialzation to compile. bad inioguchi and millert :) (diff) | |
download | wireguard-openbsd-92519aacf1bbcefc145f0d319c887529916bc931.tar.xz wireguard-openbsd-92519aacf1bbcefc145f0d319c887529916bc931.zip |
style
-rw-r--r-- | usr.sbin/ocspcheck/ocspcheck.c | 2 |
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; |