2010-01-20  Ozkan Sezer  <sezeroz@gmail.com>

	* wincrypt.h (CERT_ALT_NAME_ENTRY): Commented out pEdiPartyName
	member from the union (not implemented, see:
	http://msdn.microsoft.com/en-us/library/aa924681.aspx or
	http://msdn.microsoft.com/en-us/library/aa377173.aspx .)


git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@1874 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/ChangeLog b/mingw-w64-headers/include/ChangeLog
index 9ab0812..ef7cfcd 100644
--- a/mingw-w64-headers/include/ChangeLog
+++ b/mingw-w64-headers/include/ChangeLog
@@ -1,3 +1,10 @@
+2010-01-20  Ozkan Sezer  <sezeroz@gmail.com>
+
+	* wincrypt.h (CERT_ALT_NAME_ENTRY): Commented out pEdiPartyName
+	member from the union (not implemented, see:
+	http://msdn.microsoft.com/en-us/library/aa924681.aspx or
+	http://msdn.microsoft.com/en-us/library/aa377173.aspx .)
+
 2010-02-01  Kai Tietz  <kai.tietz@onevision.com>
 
 	Donated by S. Koehler
diff --git a/mingw-w64-headers/include/wincrypt.h b/mingw-w64-headers/include/wincrypt.h
index 436bd97..7e8b9e4 100644
--- a/mingw-w64-headers/include/wincrypt.h
+++ b/mingw-w64-headers/include/wincrypt.h
@@ -1516,7 +1516,11 @@
       CERT_DATA_BLOB x400Address;
        */
       CERT_NAME_BLOB DirectoryName;
+      /* pEdiPartyName is not implemented, either. see:
+       * http://msdn.microsoft.com/en-us/library/aa924681.aspx or
+       * http://msdn.microsoft.com/en-us/library/aa377173.aspx
       LPWSTR pEdiPartyName;
+       */
       LPWSTR pwszURL;
       CRYPT_DATA_BLOB IPAddress;
       LPSTR pszRegisteredID;