Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-05-27 17:59:33 +0400
committerCorinna Vinschen <corinna@vinschen.de>2000-05-27 17:59:33 +0400
commit3a26e0cbeda82d057d9e2dc4a8f56fdfe831a5b8 (patch)
tree1f40c0b9e05efc42b034fc640a551de408610704 /winsup/w32api/include/wincrypt.h
parent8887021868a19a9feb8d4cdb22148823ee42579b (diff)
* include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
Diffstat (limited to 'winsup/w32api/include/wincrypt.h')
-rw-r--r--winsup/w32api/include/wincrypt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/w32api/include/wincrypt.h b/winsup/w32api/include/wincrypt.h
index db6bd1e89..0feba9630 100644
--- a/winsup/w32api/include/wincrypt.h
+++ b/winsup/w32api/include/wincrypt.h
@@ -53,6 +53,7 @@ extern "C" {
#define CRYPT_VERIFYCONTEXT 0xF0000000
#define CRYPT_NEWKEYSET 8
#define CRYPT_DELETEKEYSET 16
+#define CRYPT_MACHINE_KEYSET 32
#define CRYPT_EXPORTABLE 1
#define CRYPT_USER_PROTECTED 2
#define CRYPT_CREATE_SALT 4