summaryrefslogtreecommitdiff
path: root/src/mongo/util/net/openssl_init.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/net/openssl_init.cpp')
-rw-r--r--src/mongo/util/net/openssl_init.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mongo/util/net/openssl_init.cpp b/src/mongo/util/net/openssl_init.cpp
index 89e5a1c4498..827fe7833a4 100644
--- a/src/mongo/util/net/openssl_init.cpp
+++ b/src/mongo/util/net/openssl_init.cpp
@@ -27,7 +27,6 @@
* it in the license file.
*/
-#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kNetwork
#include "mongo/platform/basic.h"
@@ -46,6 +45,9 @@
#include <stack>
#include <vector>
+#define MONGO_LOGV2_DEFAULT_COMPONENT ::mongo::logv2::LogComponent::kNetwork
+
+
namespace mongo {
namespace {