summaryrefslogtreecommitdiff
path: root/onlineupdate/source/libmar/verify/cryptox.c
diff options
context:
space:
mode:
Diffstat (limited to 'onlineupdate/source/libmar/verify/cryptox.c')
-rw-r--r--onlineupdate/source/libmar/verify/cryptox.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/onlineupdate/source/libmar/verify/cryptox.c b/onlineupdate/source/libmar/verify/cryptox.c
index 0e17f77033dc..f71c4cef1b06 100644
--- a/onlineupdate/source/libmar/verify/cryptox.c
+++ b/onlineupdate/source/libmar/verify/cryptox.c
@@ -13,6 +13,9 @@
#if defined(MAR_NSS)
+#pragma warning(push)
+#pragma warning(disable: 4204)
+
/**
* Loads the public key for the specified cert name from the NSS store.
*
@@ -267,6 +270,8 @@ CryptoAPI_VerifyUpdate(HCRYPTHASH* hash, BYTE *buf, DWORD len)
return result ? CryptoX_Success : CryptoX_Error;
}
+#pragma warning(pop)
+
#endif