mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CRYPTNET_WINETEST] Sync with Wine Staging 3.3. CORE-14434
This commit is contained in:
parent
18075aa040
commit
c2d08daae1
1 changed files with 4 additions and 4 deletions
|
@ -17,14 +17,14 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
||||
*/
|
||||
//#include <stdarg.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#define NONAMELESSUNION
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
//#include <winerror.h>
|
||||
#include <winerror.h>
|
||||
#include <wincrypt.h>
|
||||
#include <wine/test.h>
|
||||
#include "wine/test.h"
|
||||
|
||||
static const BYTE bigCert[] = {
|
||||
0x30,0x78,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x14,0x31,0x12,0x30,0x10,
|
||||
|
|
Loading…
Reference in a new issue