mirror of
https://github.com/reactos/wine.git
synced 2025-02-22 13:53:38 +00:00
crypt32: Remove test of a corner case that failed on older crypt32 versions.
This commit is contained in:
parent
dd94366593
commit
b5ea964376
@ -1960,8 +1960,6 @@ static const struct encodedBits bits[] = {
|
||||
{ 1, bin54, 2, bin55 },
|
||||
/* strange test case, showing cUnusedBits >= 8 is allowed */
|
||||
{ 9, bin56, 1, bin57 },
|
||||
/* even stranger test case, showing cUnusedBits > cbData * 8 is allowed */
|
||||
{ 17, bin58, 0, NULL },
|
||||
};
|
||||
|
||||
static void test_encodeBits(DWORD dwEncoding)
|
||||
|
Loading…
x
Reference in New Issue
Block a user