Skip to content

Commit edbfb64

Browse files
committed
Set suites->setSuites to 1 in ParseCipherList function
1 parent e58cfd3 commit edbfb64

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/internal.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28593,6 +28593,7 @@ static int ParseCipherList(Suites* suites,
2859328593
haveRSA, 1, 1, !haveRSA, 1, haveRSA, !haveRSA, 0, 0, 1,
2859428594
1, 1, side
2859528595
);
28596+
suites->setSuites = 1;
2859628597
return 1; /* wolfSSL default */
2859728598
}
2859828599

0 commit comments

Comments
 (0)