summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/apps.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/apps.c')
-rw-r--r--src/usr.bin/openssl/apps.c4
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) {