* include/wincrypt.h (PROV_MS_EXCHANGE): Define.

We should probably remove PROV_MS_MAIL but I'm keeping it for
	now for compatibility reasons.
	Thanks to:    Marcus Agehall <agehall at users dot sf dot net>
This commit is contained in:
Dimitri Papadopoulos 2006-04-07 14:28:35 +00:00
parent c7a84ac71f
commit cf30e49114
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,10 @@
2006-04-07 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/wincrypt.h (PROV_MS_EXCHANGE): Define.
We should probably remove PROV_MS_MAIL but I'm keeping it for
now for compatibility reasons.
Thanks to: Marcus Agehall <agehall at users dot sf dot net>
2006-04-07 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
* include/commdlg.h [WINVER >= 0x0500]

View file

@ -205,6 +205,7 @@ extern "C" {
#define PROV_RSA_SIG 2
#define PROV_DSS 3
#define PROV_FORTEZZA 4
#define PROV_MS_EXCHANGE 5
#define PROV_MS_MAIL 5
#define PROV_SSL 6
#define PROV_STT_MER 7