summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorderaadt <>2017-01-21 09:29:09 +0000
committerderaadt <>2017-01-21 09:29:09 +0000
commit0c45e4e4d42eacefe309063241d5a7f6de6674e7 (patch)
tree09fd7293fe1dd2af26a08a04410e9e3c20f462e9 /src
parent2fab07685aec49694184f0859caa564a3f0db47b (diff)
downloadopenbsd-0c45e4e4d42eacefe309063241d5a7f6de6674e7.tar.gz
openbsd-0c45e4e4d42eacefe309063241d5a7f6de6674e7.tar.bz2
openbsd-0c45e4e4d42eacefe309063241d5a7f6de6674e7.zip
whitespace
Diffstat (limited to 'src')
-rw-r--r--src/usr.bin/openssl/apps.c4
-rw-r--r--src/usr.bin/openssl/ocsp.c6
2 files changed, 5 insertions, 5 deletions
diff --git a/src/usr.bin/openssl/apps.c b/src/usr.bin/openssl/apps.c
index ff14199f6e..c6c992fe10 100644
--- a/src/usr.bin/openssl/apps.c
+++ b/src/usr.bin/openssl/apps.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: apps.c,v 1.41 2016/12/30 16:28:53 jsing Exp $ */ 1/* $OpenBSD: apps.c,v 1.42 2017/01/21 09:29:09 deraadt Exp $ */
2/* 2/*
3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> 3 * Copyright (c) 2014 Joel Sing <jsing@openbsd.org>
4 * 4 *
@@ -1467,7 +1467,7 @@ load_index(char *dbfile, DB_ATTR *db_attr)
1467 BIO_printf(bio_err, "attr filename too long\n"); 1467 BIO_printf(bio_err, "attr filename too long\n");
1468 goto err; 1468 goto err;
1469 } 1469 }
1470 1470
1471 dbattr_conf = NCONF_new(NULL); 1471 dbattr_conf = NCONF_new(NULL);
1472 if (NCONF_load(dbattr_conf, attrpath, &errorline) <= 0) { 1472 if (NCONF_load(dbattr_conf, attrpath, &errorline) <= 0) {
1473 if (errorline > 0) { 1473 if (errorline > 0) {
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");