diff options
| author | deraadt <> | 2017-01-21 09:29:09 +0000 |
|---|---|---|
| committer | deraadt <> | 2017-01-21 09:29:09 +0000 |
| commit | 0150f186622a6f660c4e80dc9a36dc843ac87b7c (patch) | |
| tree | 09fd7293fe1dd2af26a08a04410e9e3c20f462e9 /src/usr.bin/openssl/ocsp.c | |
| parent | 9d0ad2ad94663962dbaafbd967e30ac985f4dc22 (diff) | |
| download | openbsd-0150f186622a6f660c4e80dc9a36dc843ac87b7c.tar.gz openbsd-0150f186622a6f660c4e80dc9a36dc843ac87b7c.tar.bz2 openbsd-0150f186622a6f660c4e80dc9a36dc843ac87b7c.zip | |
whitespace
Diffstat (limited to 'src/usr.bin/openssl/ocsp.c')
| -rw-r--r-- | src/usr.bin/openssl/ocsp.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr.bin/openssl/ocsp.c b/src/usr.bin/openssl/ocsp.c index 47f9817c36..64eeef8e5c 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.11 2017/01/20 08:57:12 deraadt Exp $ */ | 1 | /* $OpenBSD: ocsp.c,v 1.12 2017/01/21 09:29:09 deraadt 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 | */ |
| @@ -496,8 +496,8 @@ ocsp_main(int argc, char **argv) | |||
| 496 | BIO_printf(bio_err, "-rkey file responder key to sign responses with\n"); | 496 | BIO_printf(bio_err, "-rkey file responder key to sign responses with\n"); |
| 497 | BIO_printf(bio_err, "-rother file other certificates to include in response\n"); | 497 | BIO_printf(bio_err, "-rother file other certificates to include in response\n"); |
| 498 | BIO_printf(bio_err, "-resp_no_certs don't include any certificates in response\n"); | 498 | BIO_printf(bio_err, "-resp_no_certs don't include any certificates in response\n"); |
| 499 | BIO_printf(bio_err, "-nmin n number of minutes before next update\n"); | 499 | BIO_printf(bio_err, "-nmin n number of minutes before next update\n"); |
| 500 | BIO_printf(bio_err, "-ndays n number of days before next update\n"); | 500 | BIO_printf(bio_err, "-ndays n number of days before next update\n"); |
| 501 | BIO_printf(bio_err, "-resp_key_id identify reponse by signing certificate key ID\n"); | 501 | BIO_printf(bio_err, "-resp_key_id identify reponse by signing certificate key ID\n"); |
| 502 | BIO_printf(bio_err, "-nrequest n number of requests to accept (default unlimited)\n"); | 502 | BIO_printf(bio_err, "-nrequest n number of requests to accept (default unlimited)\n"); |
| 503 | BIO_printf(bio_err, "-<dgst alg> use specified digest in the request\n"); | 503 | BIO_printf(bio_err, "-<dgst alg> use specified digest in the request\n"); |
