summaryrefslogtreecommitdiff
path: root/usr.bin/openssl/ocsp.c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-21 09:29:10 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2017-01-21 09:29:10 +0000
commit2d1075983628703aac703b8864e75f366bf69b2b (patch)
tree9b33a6cbeacc34fffd089cc7f3e9cae0eb20484f /usr.bin/openssl/ocsp.c
parent48be71b5f29f221dd2a371a5d3c806d85b14b31e (diff)
whitespace
Diffstat (limited to 'usr.bin/openssl/ocsp.c')
-rw-r--r--usr.bin/openssl/ocsp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/openssl/ocsp.c b/usr.bin/openssl/ocsp.c
index 47f9817c36b..64eeef8e5c3 100644
--- a/usr.bin/openssl/ocsp.c
+++ b/usr.bin/openssl/ocsp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ocsp.c,v 1.11 2017/01/20 08:57:12 deraadt Exp $ */
+/* $OpenBSD: ocsp.c,v 1.12 2017/01/21 09:29:09 deraadt Exp $ */
/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
* project 2000.
*/
@@ -496,8 +496,8 @@ ocsp_main(int argc, char **argv)
BIO_printf(bio_err, "-rkey file responder key to sign responses with\n");
BIO_printf(bio_err, "-rother file other certificates to include in response\n");
BIO_printf(bio_err, "-resp_no_certs don't include any certificates in response\n");
- BIO_printf(bio_err, "-nmin n number of minutes before next update\n");
- BIO_printf(bio_err, "-ndays n number of days before next update\n");
+ BIO_printf(bio_err, "-nmin n number of minutes before next update\n");
+ BIO_printf(bio_err, "-ndays n number of days before next update\n");
BIO_printf(bio_err, "-resp_key_id identify reponse by signing certificate key ID\n");
BIO_printf(bio_err, "-nrequest n number of requests to accept (default unlimited)\n");
BIO_printf(bio_err, "-<dgst alg> use specified digest in the request\n");