[CRYPTNET_WINETEST] Sync with Wine Staging 3.3. CORE-14434

This commit is contained in:
Amine Khaldi 2018-03-09 13:03:51 +01:00
parent 18075aa040
commit c2d08daae1

View file

@ -17,14 +17,14 @@
* License along with this library; if not, write to the Free Software * License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/ */
//#include <stdarg.h> #include <stdarg.h>
#include <stdio.h> #include <stdio.h>
#define NONAMELESSUNION
#include <windef.h> #include <windef.h>
#include <winbase.h> #include <winbase.h>
//#include <winerror.h> #include <winerror.h>
#include <wincrypt.h> #include <wincrypt.h>
#include <wine/test.h> #include "wine/test.h"
static const BYTE bigCert[] = { static const BYTE bigCert[] = {
0x30,0x78,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x14,0x31,0x12,0x30,0x10, 0x30,0x78,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x14,0x31,0x12,0x30,0x10,