Gerald Pfeifer : crypt32: Remove unused bin58.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Aug 25 15:58:17 CDT 2014


Module: wine
Branch: master
Commit: f9de50ac8a1012c51a38a7717e9c5565903a5774
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=f9de50ac8a1012c51a38a7717e9c5565903a5774

Author: Gerald Pfeifer <gerald at pfeifer.com>
Date:   Sat Aug 23 19:18:15 2014 +0200

crypt32: Remove unused bin58.

---

 dlls/crypt32/tests/encode.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/crypt32/tests/encode.c b/dlls/crypt32/tests/encode.c
index 532c322..16b3532 100644
--- a/dlls/crypt32/tests/encode.c
+++ b/dlls/crypt32/tests/encode.c
@@ -2055,7 +2055,6 @@ static const unsigned char bin54[] = { 0x03,0x03,0x01,0xff,0xfe };
 static const unsigned char bin55[] = { 0xff,0xfe };
 static const unsigned char bin56[] = { 0x03,0x02,0x01,0xfe };
 static const unsigned char bin57[] = { 0xfe };
-static const unsigned char bin58[] = { 0x03,0x01,0x00 };
 
 static const struct encodedBits bits[] = {
     /* normal test cases */




More information about the wine-cvs mailing list