summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/asn1pars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/asn1pars.c b/apps/asn1pars.c
index 6e7ed289d5..5b0def76de 100644
--- a/apps/asn1pars.c
+++ b/apps/asn1pars.c
@@ -328,7 +328,7 @@ int 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;
}