wincrypt.h: A few more defines.

oldstable
Paul Vriens 2006-09-25 15:01:02 +02:00 committed by Alexandre Julliard
parent 7c86d91bb9
commit a3d8d14e52
1 changed files with 5 additions and 0 deletions

View File

@ -627,6 +627,11 @@ typedef struct _CMSG_SIGNER_INFO {
CRYPT_ATTRIBUTES UnauthAttrs;
} CMSG_SIGNER_INFO, *PCMSG_SIGNER_INFO;
#define CMSG_VERIFY_SIGNER_PUBKEY 1
#define CMSG_VERIFY_SIGNER_CERT 2
#define CMSG_VERIFY_SIGNER_CHAIN 3
#define CMSG_VERIFY_SIGNER_NULL 4
typedef struct _CERT_REVOCATION_CRL_INFO {
DWORD cbSize;
PCCRL_CONTEXT pBaseCrlContext;