diff options
| author | Adam Cooper <adam.cooper@mongodb.com> | 2020-11-13 18:10:51 -0500 |
|---|---|---|
| committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-11-13 23:38:04 +0000 |
| commit | a089a4fc13a0395f2d1bb3c71460ac74adb8029d (patch) | |
| tree | 4074652b78e75898f163aa72685013b691ad250b /src/mongo/shell/SConscript | |
| parent | 6ef44c9d2db276e2bd7f5a49dea9324be3d5fd02 (diff) | |
| download | mongo-a089a4fc13a0395f2d1bb3c71460ac74adb8029d.tar.gz | |
SERVER-52648 Refactor kms_aws.cpp into kms_aws.cpp and kms_network.cpp
Diffstat (limited to 'src/mongo/shell/SConscript')
| -rw-r--r-- | src/mongo/shell/SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/shell/SConscript b/src/mongo/shell/SConscript index eb3c7a1631d..1c457eebeed 100644 --- a/src/mongo/shell/SConscript +++ b/src/mongo/shell/SConscript @@ -150,6 +150,7 @@ if get_option('ssl') == 'on': "kms.cpp", "kms_aws.cpp", "kms_local.cpp", + "kms_network.cpp", "kms.idl", ], LIBDEPS=[ |
