Commit 1518c55a authored by Bernd Edlinger's avatar Bernd Edlinger
Browse files

Change the "offset too large" message to more generic wording

parent 21db0e1a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -259,7 +259,7 @@ int asn1parse_main(int argc, char **argv)
    }

    if (offset < 0 || offset >= num) {
        BIO_printf(bio_err, "Error: offset too large\n");
        BIO_printf(bio_err, "Error: offset out of range\n");
        goto end;
    }