Skip to content

Commit 3f6af19

Browse files
committed
Add Testcase for #627
Signed-off-by: Steffen Jaeckel <s@jaeckel.eu>
1 parent 205e759 commit 3f6af19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/der_test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,7 @@ static int der_choice_n_custom_test(void)
10971097
for (x = 0; x < sizeof(ia5buf); x++) { ia5buf[x] = 'a'; }
10981098
for (x = 0; x < sizeof(printbuf); x++) { printbuf[x] = 'a'; }
10991099
for (x = 0; x < sizeof(utf8buf)/sizeof(utf8buf[0]); x++) { utf8buf[x] = L'a'; }
1100-
integer = 1;
1100+
integer = 10000;
11011101
boolean[0] = 1;
11021102
for (x = 0; x < sizeof(oidbuf)/sizeof(oidbuf[0]); x++) { oidbuf[x] = x + 1; }
11031103
DO(mp_init(&mpinteger));

0 commit comments

Comments
 (0)