diff options
author | 2017-01-21 09:29:09 +0000 | |
---|---|---|
committer | 2017-01-21 09:29:09 +0000 | |
commit | 0f0017d5f12b364f70dbc6fb4cf9af2ce3c2d935 (patch) | |
tree | a7b34bd352a0a9127ea6d8a13fbcd7b5f9d699b1 | |
parent | Only switch the pagetable if we were asked to switch to a user (diff) | |
download | wireguard-openbsd-0f0017d5f12b364f70dbc6fb4cf9af2ce3c2d935.tar.xz wireguard-openbsd-0f0017d5f12b364f70dbc6fb4cf9af2ce3c2d935.zip |
whitespace
-rw-r--r-- | usr.bin/openssl/apps.c | 4 | ||||
-rw-r--r-- | usr.bin/openssl/ocsp.c | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/openssl/apps.c b/usr.bin/openssl/apps.c index ff14199f6eb..c6c992fe10c 100644 --- a/usr.bin/openssl/apps.c +++ b/usr.bin/openssl/apps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apps.c,v 1.41 2016/12/30 16:28:53 jsing Exp $ */ +/* $OpenBSD: apps.c,v 1.42 2017/01/21 09:29:09 deraadt Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> * @@ -1467,7 +1467,7 @@ load_index(char *dbfile, DB_ATTR *db_attr) BIO_printf(bio_err, "attr filename too long\n"); goto err; } - + dbattr_conf = NCONF_new(NULL); if (NCONF_load(dbattr_conf, attrpath, &errorline) <= 0) { if (errorline > 0) { 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"); |