[wincrypt.h] A few more defines

Paul Vriens Paul.Vriens at xs4all.nl
Mon Sep 25 08:01:02 CDT 2006


Hi,

and a few more.

Changelog
  A few more defines

Cheers,

Paul.
---
 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;
-- 
1.4.2.1




More information about the wine-patches mailing list