diff options
author | deraadt <> | 2017-01-21 09:29:09 +0000 |
---|---|---|
committer | deraadt <> | 2017-01-21 09:29:09 +0000 |
commit | 0c45e4e4d42eacefe309063241d5a7f6de6674e7 (patch) | |
tree | 09fd7293fe1dd2af26a08a04410e9e3c20f462e9 /src/usr.bin/openssl/apps.c | |
parent | 2fab07685aec49694184f0859caa564a3f0db47b (diff) | |
download | openbsd-0c45e4e4d42eacefe309063241d5a7f6de6674e7.tar.gz openbsd-0c45e4e4d42eacefe309063241d5a7f6de6674e7.tar.bz2 openbsd-0c45e4e4d42eacefe309063241d5a7f6de6674e7.zip |
whitespace
Diffstat (limited to 'src/usr.bin/openssl/apps.c')
-rw-r--r-- | src/usr.bin/openssl/apps.c | 4 |
1 files changed, 2 insertions, 2 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) { |