summaryrefslogtreecommitdiff
path: root/src/mongo/util
diff options
context:
space:
mode:
authorKaloian Manassiev <kaloian.manassiev@mongodb.com>2022-08-25 18:44:17 +0200
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-08-26 16:10:00 +0000
commit0c95addd6131bbc4604590d2d04dc079c7c87847 (patch)
treeccfda9a0b1b99e5f365852a4e8d3b927360fb8fc /src/mongo/util
parent41d0a45aaf90b8e4e9a91f13a72e5623ecd963c4 (diff)
downloadmongo-0c95addd6131bbc4604590d2d04dc079c7c87847.tar.gz
SERVER-68826 Move basic_types into server_base
Diffstat (limited to 'src/mongo/util')
-rw-r--r--src/mongo/util/net/SConscript4
-rw-r--r--src/mongo/util/net/ssl_options_client.idl2
-rw-r--r--src/mongo/util/net/ssl_options_server.idl2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/mongo/util/net/SConscript b/src/mongo/util/net/SConscript
index a8349820084..b3db9e6404d 100644
--- a/src/mongo/util/net/SConscript
+++ b/src/mongo/util/net/SConscript
@@ -132,9 +132,9 @@ if not get_option('ssl') == 'off':
'$BUILD_DIR/mongo/base/secure_allocator',
'$BUILD_DIR/mongo/crypto/sha_block_${MONGO_CRYPTO}',
'$BUILD_DIR/mongo/db/auth/cluster_auth_mode',
+ '$BUILD_DIR/mongo/db/server_base',
'$BUILD_DIR/mongo/db/server_options_core',
'$BUILD_DIR/mongo/db/service_context',
- '$BUILD_DIR/mongo/idl/server_parameter',
'$BUILD_DIR/mongo/util/background_job',
'$BUILD_DIR/mongo/util/icu',
'$BUILD_DIR/mongo/util/winutil',
@@ -151,8 +151,8 @@ if not get_option('ssl') == 'off':
LIBDEPS_PRIVATE=[
'$BUILD_DIR/mongo/client/authentication',
'$BUILD_DIR/mongo/db/auth/cluster_auth_mode',
+ '$BUILD_DIR/mongo/db/server_base',
'$BUILD_DIR/mongo/db/server_options_core',
- '$BUILD_DIR/mongo/idl/server_parameter',
'ssl_options',
],
)
diff --git a/src/mongo/util/net/ssl_options_client.idl b/src/mongo/util/net/ssl_options_client.idl
index 1c40af194b4..582a2fa23ec 100644
--- a/src/mongo/util/net/ssl_options_client.idl
+++ b/src/mongo/util/net/ssl_options_client.idl
@@ -36,7 +36,7 @@ global:
source: [ yaml, cli, ini ]
imports:
- - "mongo/idl/basic_types.idl"
+ - "mongo/db/basic_types.idl"
configs:
tls:
diff --git a/src/mongo/util/net/ssl_options_server.idl b/src/mongo/util/net/ssl_options_server.idl
index 58b05893a36..cdb0a4602f0 100644
--- a/src/mongo/util/net/ssl_options_server.idl
+++ b/src/mongo/util/net/ssl_options_server.idl
@@ -38,7 +38,7 @@ global:
initializer: SSLServerOptionsIDL
imports:
- - "mongo/idl/basic_types.idl"
+ - "mongo/db/basic_types.idl"
configs:
"net.tls.tlsOnNormalPorts":