Loading apps/asn1pars.c +2 −2 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ const OPTIONS asn1parse_options[] = { {"dump", OPT_DUMP, 0, "unknown data in hex form"}, {"dlimit", OPT_DLIMIT, 'p', "dump the first arg bytes of unknown data in hex form"}, {"strparse", OPT_STRPARSE, 's', {"strparse", OPT_STRPARSE, 'p', "offset; a series of these can be used to 'dig'"}, {OPT_MORE_STR, 0, 0, "into multiple ASN1 blob wrappings"}, {"genstr", OPT_GENSTR, 's', "string to generate ASN1 structure from"}, Loading Loading @@ -227,7 +227,7 @@ int asn1parse_main(int argc, char **argv) int typ; j = atoi(sk_OPENSSL_STRING_value(osk, i)); if (j <= 0 || j >= tmplen) { BIO_printf(bio_err, "'%s' is an invalid number\n", BIO_printf(bio_err, "'%s' is out of range\n", sk_OPENSSL_STRING_value(osk, i)); continue; } Loading Loading
apps/asn1pars.c +2 −2 Original line number Diff line number Diff line Loading @@ -39,7 +39,7 @@ const OPTIONS asn1parse_options[] = { {"dump", OPT_DUMP, 0, "unknown data in hex form"}, {"dlimit", OPT_DLIMIT, 'p', "dump the first arg bytes of unknown data in hex form"}, {"strparse", OPT_STRPARSE, 's', {"strparse", OPT_STRPARSE, 'p', "offset; a series of these can be used to 'dig'"}, {OPT_MORE_STR, 0, 0, "into multiple ASN1 blob wrappings"}, {"genstr", OPT_GENSTR, 's', "string to generate ASN1 structure from"}, Loading Loading @@ -227,7 +227,7 @@ int asn1parse_main(int argc, char **argv) int typ; j = atoi(sk_OPENSSL_STRING_value(osk, i)); if (j <= 0 || j >= tmplen) { BIO_printf(bio_err, "'%s' is an invalid number\n", BIO_printf(bio_err, "'%s' is out of range\n", sk_OPENSSL_STRING_value(osk, i)); continue; } Loading