diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Test_overflow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Test_overflow.c b/tests/Test_overflow.c index 6f81dc5..fc8466b 100644 --- a/tests/Test_overflow.c +++ b/tests/Test_overflow.c @@ -136,7 +136,7 @@ main (int argc, char** argv) /* Test that values larger than would fit in the input string are rejected. This problem was fixed in libtasn1 2.12. */ { - unsigned long num = 2147483647; + unsigned long num = 2147483649; unsigned char der[20]; int der_len; long l; |