summaryrefslogtreecommitdiff
path: root/lib/libssl/src/apps/ca.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libssl/src/apps/ca.c')
-rw-r--r--lib/libssl/src/apps/ca.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libssl/src/apps/ca.c b/lib/libssl/src/apps/ca.c
index a191c182114..8ebfd77f0aa 100644
--- a/lib/libssl/src/apps/ca.c
+++ b/lib/libssl/src/apps/ca.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ca.c,v 1.61 2014/07/09 21:13:34 tedu Exp $ */
+/* $OpenBSD: ca.c,v 1.62 2014/07/12 17:54:31 jsing Exp $ */
/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
* All rights reserved.
*
@@ -544,9 +544,6 @@ bad:
free(tofree);
tofree = NULL;
- if (!load_config(bio_err, conf))
- goto err;
-
#ifndef OPENSSL_NO_ENGINE
e = setup_engine(bio_err, engine, 0);
#endif