summaryrefslogtreecommitdiffstats
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/onlineupdate/source/libmar/verify/cryptox.c b/onlineupdate/source/libmar/verify/cryptox.c
index 7edf8bea233d..5cda191dec7e 100644
--- a/onlineupdate/source/libmar/verify/cryptox.c
+++ b/onlineupdate/source/libmar/verify/cryptox.c
@@ -11,13 +11,13 @@
#include <stdlib.h>
#include "cryptox.h"
-#if defined(MAR_NSS)
-
#ifdef _WIN32
#pragma warning(push)
#pragma warning(disable: 4204)
#endif
+#if defined(MAR_NSS)
+
/**
* Loads the public key for the specified cert name from the NSS store.
*