diff options
author | jsing <> | 2018-02-07 05:47:55 +0000 |
---|---|---|
committer | jsing <> | 2018-02-07 05:47:55 +0000 |
commit | 8b26a12dbe124fea0169712974ac2d8468e92dd9 (patch) | |
tree | 4fc27d43e8a00c73b96eeca6961a12b7a625e0c8 /src/usr.bin/openssl/asn1pars.c | |
parent | 8af3d9d9a31769e939636e3beaf236d858d41d19 (diff) | |
download | openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.gz openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.tar.bz2 openbsd-8b26a12dbe124fea0169712974ac2d8468e92dd9.zip |
Indent labels with a single space so that diff prototypes are more useful.
Diffstat (limited to 'src/usr.bin/openssl/asn1pars.c')
-rw-r--r-- | src/usr.bin/openssl/asn1pars.c | 8 |
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; |
411 | end: | 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 | ||
467 | conferr: | 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 | ||
475 | err: | 475 | err: |
476 | NCONF_free(cnf); | 476 | NCONF_free(cnf); |
477 | ASN1_TYPE_free(atyp); | 477 | ASN1_TYPE_free(atyp); |
478 | 478 | ||