* include/wincrypt.h (KP_SCHANNEL_ALG): Add constant. Specifying

the algorithms.
This commit is contained in:
Dimitri Papadopoulos 2003-10-03 12:14:13 +00:00
parent f9cb5fcec4
commit 083817a45b
2 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,8 @@
2003-10-03 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/wincrypt.h (SCHANNEL_MAC_KEY, SCHANNEL_ENC_KEY,
INTERNATIONAL_USAGE): Add constants. Specifying the Algorithms
INTERNATIONAL_USAGE, KP_SCHANNEL_ALG): Add constants. Specifying
the algorithms.
2003-10-03 Dimitri Papadopoulos <papadopo@users.sourceforge.net>

View File

@ -344,6 +344,7 @@ extern "C" {
#define KP_RB 0x00000011
#define KP_INFO 0x00000012
#define KP_EFFECTIVE_KEYLEN 0x00000013
#define KP_SCHANNEL_ALG 0x00000014
#define KP_PUB_PARAMS 0x00000027
#define CRYPT_FLAG_PCT1 0x0001
#define CRYPT_FLAG_SSL2 0x0002