https://git.reactos.org/?p=reactos.git;a=commitdiff;h=9755a82226954c50d5c92b53892e86c88f6f54ba

commit 9755a82226954c50d5c92b53892e86c88f6f54ba
Author:     Amine Khaldi <[email protected]>
AuthorDate: Fri Jan 25 13:18:23 2019 +0100
Commit:     Amine Khaldi <[email protected]>
CommitDate: Fri Jan 25 13:18:23 2019 +0100

    [PSDK] Update wincrypt.h. CORE-15682
---
 sdk/include/psdk/wincrypt.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sdk/include/psdk/wincrypt.h b/sdk/include/psdk/wincrypt.h
index 789a7b0f83..f0c2f5f253 100644
--- a/sdk/include/psdk/wincrypt.h
+++ b/sdk/include/psdk/wincrypt.h
@@ -2505,6 +2505,7 @@ static const WCHAR 
CERT_TRUST_PUB_AUTHENTICODE_FLAGS_VALUE_NAME[] =
 #define CRYPT_OID_IMPORT_PRIVATE_KEY_INFO_FUNC "CryptDllImportPrivateKeyInfoEx"
 #define CRYPT_OID_VERIFY_CERTIFICATE_CHAIN_POLICY_FUNC \
  "CertDllVerifyCertificateChainPolicy"
+#define CRYPT_OID_CONVERT_PUBLIC_KEY_INFO_FUNC "CryptDllConvertPublicKeyInfo"
 #define URL_OID_GET_OBJECT_URL_FUNC    "UrlDllGetObjectUrl"
 #define TIME_VALID_OID_GET_OBJECT_FUNC "TimeValidDllGetObject"
 #define CMSG_OID_GEN_CONTENT_ENCRYPT_KEY_FUNC "CryptMsgDllGenContentEncryptKey"
@@ -2534,6 +2535,7 @@ static const WCHAR CRYPT_OID_REG_FLAGS_VALUE_NAME[] =
 #define CRYPT_DEFAULT_OID                    "DEFAULT"
 
 #define CRYPT_INSTALL_OID_FUNC_BEFORE_FLAG 1
+#define CRYPT_INSTALL_OID_INFO_BEFORE_FLAG 1
 
 #define CRYPT_GET_INSTALLED_OID_FUNC_FLAG  0x1
 

Reply via email to