]> sourceware.org Git - newlib-cygwin.git/commitdiff
* include/wincrypt.h (KP_SCHANNEL_ALG): Add constant. Specifying
authorDimitri Papadopoulos <dimitri_at@users.sf.net>
Fri, 3 Oct 2003 12:14:13 +0000 (12:14 +0000)
committerDimitri Papadopoulos <dimitri_at@users.sf.net>
Fri, 3 Oct 2003 12:14:13 +0000 (12:14 +0000)
the algorithms.

winsup/w32api/ChangeLog
winsup/w32api/include/wincrypt.h

index 433c2126288e327830b522cda897e50543d65e65..b15925056e2ea34188664b954fc8d0aeafafc863 100644 (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>
 
index a8c81d80d72122b2154b3312c85f1fecddf74596..05b5e828cebb64d9f4ca24d5d1d02af89caf2b1c 100644 (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
This page took 0.038307 seconds and 5 git commands to generate.