Correct a typo.
This commit is contained in:
parent
2a3ece86a6
commit
47fbe042ae
|
@ -422,9 +422,9 @@ typedef struct _VTableProvStruc {
|
||||||
} VTableProvStruc, *PVTableProvStruc;
|
} VTableProvStruc, *PVTableProvStruc;
|
||||||
|
|
||||||
typedef struct _CRYPT_ATTRIBUTE {
|
typedef struct _CRYPT_ATTRIBUTE {
|
||||||
LPSTR pszObjId;
|
LPSTR pszObjId;
|
||||||
DWORD cValue;
|
DWORD cValue;
|
||||||
CRYPT_DATA_BLOB rgValue;
|
PCRYPT_DATA_BLOB rgValue;
|
||||||
} CRYPT_ATTRIBUTE, *PCRYPT_ATTRIBUTE;
|
} CRYPT_ATTRIBUTE, *PCRYPT_ATTRIBUTE;
|
||||||
|
|
||||||
typedef struct _CRYPT_ATTRIBUTES {
|
typedef struct _CRYPT_ATTRIBUTES {
|
||||||
|
|
Loading…
Reference in New Issue