X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=apps%2Fasn1pars.c;h=f7fa8f35313b88588a4e680238033e4d14c664c0;hb=6b9686e694d602640a565e8cbbe80857db832571;hp=574b03f559364cf728c6f2c541dea3f6d0ee3b68;hpb=e58c4d3cdde7a0a01df2884bfeec31a2b07be22d;p=oweals%2Fopenssl.git diff --git a/apps/asn1pars.c b/apps/asn1pars.c index 574b03f559..f7fa8f3531 100644 --- a/apps/asn1pars.c +++ b/apps/asn1pars.c @@ -81,7 +81,7 @@ OPTIONS asn1parse_options[] = { {"inform", OPT_INFORM, 'F', "input format - one of DER PEM"}, {"in", OPT_IN, '<', "input file"}, {"out", OPT_OUT, '>', "output file (output format is always DER)"}, - {"i", OPT_INDENT, 0, "entries"}, + {"i", OPT_INDENT, 0, "indents the output"}, {"noout", OPT_NOOUT, 0, "don't produce any output"}, {"offset", OPT_OFFSET, 'p', "offset into file"}, {"length", OPT_LENGTH, 'p', "length of section in file"}, @@ -186,9 +186,6 @@ int asn1parse_main(int argc, char **argv) argc = opt_num_rest(); argv = opt_rest(); - if (!app_load_modules(NULL)) - goto end; - if (oidfile != NULL) { in = bio_open_default(oidfile, 'r', FORMAT_TEXT); if (in == NULL)