diff options
author | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-07 14:28:35 +0000 |
---|---|---|
committer | Dimitri Papadopoulos <dimitri_at@users.sf.net> | 2006-04-07 14:28:35 +0000 |
commit | cf30e4911439c97a4ba054150dbcbe1003b4b421 (patch) | |
tree | 0265b4b49c4829b2982a162016a2f5484d570d80 | |
parent | c7a84ac71f7db18385dde309a15893099fce61a0 (diff) | |
download | cygnal-cf30e4911439c97a4ba054150dbcbe1003b4b421.tar.gz cygnal-cf30e4911439c97a4ba054150dbcbe1003b4b421.tar.bz2 cygnal-cf30e4911439c97a4ba054150dbcbe1003b4b421.zip |
* 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>
-rw-r--r-- | winsup/w32api/ChangeLog | 7 | ||||
-rw-r--r-- | winsup/w32api/include/wincrypt.h | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 207510f07..4ee98acb3 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,12 @@ 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] (PD_RESULT_*,START_PAGE_GENERAL): Define. Thanks to: Wolfgang Glas <softadm at users dot sf dot net> diff --git a/winsup/w32api/include/wincrypt.h b/winsup/w32api/include/wincrypt.h index d4a87d3f5..2cdf2a4d4 100644 --- a/winsup/w32api/include/wincrypt.h +++ b/winsup/w32api/include/wincrypt.h @@ -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 |