* include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
This commit is contained in:
parent
8887021868
commit
3a26e0cbed
|
@ -1,3 +1,7 @@
|
|||
Thu May 27 15:57:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/wincrypt.h: Add missing CRYPT_MACHINE_KEYSET define.
|
||||
|
||||
Thu May 18 11:37:00 2000 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* include/winnt.h: Add some missing TAPE_DRIVE_* defines.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue