diff options
author | tb <> | 2024-08-29 11:04:02 +0000 |
---|---|---|
committer | tb <> | 2024-08-29 11:04:02 +0000 |
commit | 5458e601ca0b502f8ca6cb9ba575f89d2b5be262 (patch) | |
tree | 0e7c710bcaf788c34f7fa10ca92af4c4b9196a4a | |
parent | 46b3bf0704b459bb9868dd0d7ce260e7f283fc38 (diff) | |
download | openbsd-5458e601ca0b502f8ca6cb9ba575f89d2b5be262.tar.gz openbsd-5458e601ca0b502f8ca6cb9ba575f89d2b5be262.tar.bz2 openbsd-5458e601ca0b502f8ca6cb9ba575f89d2b5be262.zip |
ocsp.c: zap trailing whitespace
-rw-r--r-- | src/usr.bin/openssl/ocsp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ocsp.c b/src/usr.bin/openssl/ocsp.c index cc942a459c..945303c33c 100644 --- a/src/usr.bin/openssl/ocsp.c +++ b/src/usr.bin/openssl/ocsp.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ocsp.c,v 1.23 2023/03/06 14:32:06 tb Exp $ */ | 1 | /* $OpenBSD: ocsp.c,v 1.24 2024/08/29 11:04:02 tb Exp $ */ |
2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 2 | /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
3 | * project 2000. | 3 | * project 2000. |
4 | */ | 4 | */ |
@@ -168,7 +168,7 @@ ocsp_opt_cert(char *arg) | |||
168 | } | 168 | } |
169 | return (0); | 169 | return (0); |
170 | } | 170 | } |
171 | 171 | ||
172 | static int | 172 | static int |
173 | ocsp_opt_cert_id_md(int argc, char **argv, int *argsused) | 173 | ocsp_opt_cert_id_md(int argc, char **argv, int *argsused) |
174 | { | 174 | { |