From 0c45e4e4d42eacefe309063241d5a7f6de6674e7 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sat, 21 Jan 2017 09:29:09 +0000 Subject: whitespace --- src/usr.bin/openssl/apps.c | 4 ++-- src/usr.bin/openssl/ocsp.c | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 @@ -/* $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 * @@ -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/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 @@ -/* $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, "- use specified digest in the request\n"); -- cgit v1.2.3-55-g6feb