wincrypt.h: Fix a typo.

oldstable
Alexander Morozov 2011-11-02 15:16:07 +04:00 committed by Alexandre Julliard
parent df69fa186f
commit a39e87532b
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ typedef struct _CERT_REQUEST_INFO {
typedef struct _CERT_KEYGEN_REQUEST_INFO {
DWORD dwVersion;
CERT_PUBLIC_KEY_INFO SubjectPubliceKeyInfo;
CERT_PUBLIC_KEY_INFO SubjectPublicKeyInfo;
LPWSTR pwszChallengeString;
} CERT_KEYGEN_REQUEST_INFO, *PCERT_KEYGEN_REQUEST_INFO;