Module: wine Branch: master Commit: a3d8d14e529f34d09422249cc1f360e1eda548e1 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=a3d8d14e529f34d09422249c...
Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Mon Sep 25 15:01:02 2006 +0200
wincrypt.h: A few more defines.
---
include/wincrypt.h | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/include/wincrypt.h b/include/wincrypt.h index 4e0a11c..bfe9ac2 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -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;