From: tb Date: Thu, 29 Aug 2024 11:04:02 +0000 (+0000) Subject: ocsp.c: zap trailing whitespace X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=33084ca30b52faefd9798ff440e7d812c08a30fa;p=openbsd ocsp.c: zap trailing whitespace --- diff --git a/usr.bin/openssl/ocsp.c b/usr.bin/openssl/ocsp.c index cc942a459c6..945303c33c0 100644 --- a/usr.bin/openssl/ocsp.c +++ b/usr.bin/openssl/ocsp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ocsp.c,v 1.23 2023/03/06 14:32:06 tb Exp $ */ +/* $OpenBSD: ocsp.c,v 1.24 2024/08/29 11:04:02 tb Exp $ */ /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL * project 2000. */ @@ -168,7 +168,7 @@ ocsp_opt_cert(char *arg) } return (0); } - + static int ocsp_opt_cert_id_md(int argc, char **argv, int *argsused) {