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.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/usr.bin/openssl/asn1pars.c b/src/usr.bin/openssl/asn1pars.c
index 0f432c246b..a17584e8a3 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.8 2018/02/07 04:57:06 jsing Exp $ */ 1/* $OpenBSD: asn1pars.c,v 1.9 2018/02/07 05:47:55 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 *
@@ -408,7 +408,7 @@ asn1parse_main(int argc, char **argv)
408 goto end; 408 goto end;
409 } 409 }
410 ret = 0; 410 ret = 0;
411end: 411 end:
412 BIO_free(derout); 412 BIO_free(derout);
413 BIO_free(in); 413 BIO_free(in);
414 BIO_free_all(out); 414 BIO_free_all(out);
@@ -464,7 +464,7 @@ do_generate(BIO * bio, char *genstr, char *genconf, BUF_MEM * buf)
464 ASN1_TYPE_free(atyp); 464 ASN1_TYPE_free(atyp);
465 return len; 465 return len;
466 466
467conferr: 467 conferr:
468 468
469 if (errline > 0) 469 if (errline > 0)
470 BIO_printf(bio, "Error on line %ld of config file '%s'\n", 470 BIO_printf(bio, "Error on line %ld of config file '%s'\n",
@@ -472,7 +472,7 @@ conferr:
472 else 472 else
473 BIO_printf(bio, "Error loading config file '%s'\n", genconf); 473 BIO_printf(bio, "Error loading config file '%s'\n", genconf);
474 474
475err: 475 err:
476 NCONF_free(cnf); 476 NCONF_free(cnf);
477 ASN1_TYPE_free(atyp); 477 ASN1_TYPE_free(atyp);
478 478