From 74b02586917ceab520b20e73b51826c19b38a484 Mon Sep 17 00:00:00 2001 From: Michael Jung Date: Mon, 24 Jan 2005 11:28:15 +0000 Subject: [PATCH] Added CRYPT_SERVER define. --- include/wincrypt.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wincrypt.h b/include/wincrypt.h index a89b117f951..7b6172ebb89 100644 --- a/include/wincrypt.h +++ b/include/wincrypt.h @@ -777,6 +777,7 @@ static const WCHAR MS_SCARD_PROV_W[] = { 'M','i','c','r','o','s','o',' #define CRYPT_UPDATE_KEY 0x00000008 #define CRYPT_NO_SALT 0x00000010 #define CRYPT_PREGEN 0x00000040 +#define CRYPT_SERVER 0x00000400 #define CRYPT_ARCHIVABLE 0x00004000 /* CryptExportKey */