From 47fbe042ae3905c78a08f4cc64b7c8c90d42167c Mon Sep 17 00:00:00 2001 From: Juan Lang Date: Thu, 7 Jul 2005 20:27:38 +0000 Subject: [PATCH] Correct a typo. --- include/wincrypt.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wincrypt.h b/include/wincrypt.h index e2cafcefd21..03e44612fca 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -422,9 +422,9 @@ typedef struct _VTableProvStruc { } VTableProvStruc, *PVTableProvStruc; typedef struct _CRYPT_ATTRIBUTE { - LPSTR pszObjId; - DWORD cValue; - CRYPT_DATA_BLOB rgValue; + LPSTR pszObjId; + DWORD cValue; + PCRYPT_DATA_BLOB rgValue; } CRYPT_ATTRIBUTE, *PCRYPT_ATTRIBUTE; typedef struct _CRYPT_ATTRIBUTES {