summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/asn1pars.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/asn1pars.c')
-rw-r--r--src/usr.bin/openssl/asn1pars.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/asn1pars.c b/src/usr.bin/openssl/asn1pars.c
index 6ba43afb97..e6d5339f66 100644
--- a/src/usr.bin/openssl/asn1pars.c
+++ b/src/usr.bin/openssl/asn1pars.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: asn1pars.c,v 1.1 2014/08/26 17:47:24 jsing Exp $ */ 1/* $OpenBSD: asn1pars.c,v 1.2 2014/08/28 14:23:52 jsing Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -193,7 +193,6 @@ bad:
193 BIO_printf(bio_err, " -genconf file file to generate ASN1 structure from\n"); 193 BIO_printf(bio_err, " -genconf file file to generate ASN1 structure from\n");
194 goto end; 194 goto end;
195 } 195 }
196 ERR_load_crypto_strings();
197 196
198 in = BIO_new(BIO_s_file()); 197 in = BIO_new(BIO_s_file());
199 out = BIO_new(BIO_s_file()); 198 out = BIO_new(BIO_s_file());