rsaenh/tests: Remove an unused global variable.

This commit is contained in:
Michael Stefaniuc 2007-12-14 00:17:43 +01:00 committed by Alexandre Julliard
parent ee54d92c40
commit 8423809f9f

View file

@ -30,7 +30,6 @@
static HCRYPTPROV hProv;
static const char szContainer[] = "winetest";
static const unsigned char pbData[] = "Wine rocks totally!";
static const char szProvider[] = MS_ENHANCED_PROV_A;
typedef struct _ctdatatype {