summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2024-08-29 11:04:03 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2024-08-29 11:04:03 +0000
commitb4c4e74d510f32299c849d780cf2d6eb415ff9ee (patch)
tree2a1ab0604f85a28b1331ad79ffc7cc615a6dfa05 /usr.bin
parent220e7eb3f89a88d35bc8e733892459bac690c6bd (diff)
ocsp.c: zap trailing whitespace
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/openssl/ocsp.c4
1 files changed, 2 insertions, 2 deletions
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)
{