* include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,

KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
	duplicate definitions.
	(KP_X, KP_Y): Correct typos.
This commit is contained in:
Danny Smith 2003-10-12 23:34:13 +00:00
parent 986ee16a0c
commit b3355c6592
2 changed files with 9 additions and 10 deletions

View File

@ -1,3 +1,10 @@
2003-10-13 Danny Smith <dannysmith@users.sourceforge.net>
* include/wincrypt (KP_IV, KP_SALT, KP_PADDING, KP_MODE,
KP_MODE_BITS, KP_PERMISSIONS, KP_ALGID, KP_BLOCKLEN): Remove
duplicate definitions.
(KP_X, KP_Y): Correct typos.
2003-10-11 Manu B <manubee@users.sourceforge.net>
* include/afxres.h: New file.

View File

@ -119,14 +119,6 @@ extern "C" {
#define AT_KEYEXCHANGE 1
#define AT_SIGNATURE 2
#define CRYPT_USERDATA 1
#define KP_IV 1
#define KP_SALT 2
#define KP_PADDING 3
#define KP_MODE 4
#define KP_MODE_BITS 5
#define KP_PERMISSIONS 6
#define KP_ALGID 7
#define KP_BLOCKLEN 8
#define PKCS5_PADDING 1
#define CRYPT_MODE_CBC 1
#define CRYPT_MODE_ECB 2
@ -338,8 +330,8 @@ extern "C" {
#define KP_P 0x0000000b
#define KP_G 0x0000000c
#define KP_Q 0x0000000d
#define KP_X 0x000000Oe
#define KP_Y 0x000000Of
#define KP_X 0x0000000e
#define KP_Y 0x0000000f
#define KP_RA 0x00000010
#define KP_RB 0x00000011
#define KP_INFO 0x00000012