Change the "offset too large" message to more generic wording
[openssl.git] / apps / asn1pars.c
index f1756c1fdba56c031a9a0febe3288a1a99041cd1..62c70b9cc4405e97581316e025241d80e614082b 100644 (file)
@@ -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;
     }