wincrypt.h: add missing definitions

Mounir IDRASSI mounir.idrassi at idrix.fr
Mon May 7 11:35:48 CDT 2007


Hi,
This adds definitions that will be used in a correction of a bug in
function RSAENH_CPGetProvParam in rsaenh.dll.

Mounir IDRASSI
IDRIX  - Cryptography and IT Security Experts
http://www.idrix.fr

-------------- next part --------------
>From 7ed775009ec29932a8bd16a1263a406608e21c12 Mon Sep 17 00:00:00 2001
From: Mounir IDRASSI <mounir.idrassi at idrix.fr>
Date: Mon, 7 May 2007 18:23:09 +0200
Subject: wincrypt.h: add missings definitions

---
 include/wincrypt.h |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/include/wincrypt.h b/include/wincrypt.h
index 2219bd5..cf51946 100644
--- a/include/wincrypt.h
+++ b/include/wincrypt.h
@@ -1613,6 +1613,11 @@ static const WCHAR MS_SCARD_PROV_W[] =           { 'M','i','c','r','o','s','o','
 #define PP_KEYSPEC              39
 #define PP_ENUMEX_SIGNING_PROT  40
 
+/* Values returned by CryptGetProvParam of PP_KEYSTORAGE */
+#define CRYPT_SEC_DESCR    0x00000001
+#define CRYPT_PSTORE    0x00000002
+#define CRYPT_UI_PROMPT    0x00000004
+
 /* Crypt{Get/Set}KeyParam */
 #define KP_IV                   1
 #define KP_SALT                 2
-- 
1.4.4.2



More information about the wine-patches mailing list