diff options
Diffstat (limited to 'src/mongo/shell/kms_aws.cpp')
-rw-r--r-- | src/mongo/shell/kms_aws.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/kms_aws.cpp b/src/mongo/shell/kms_aws.cpp index a0c3ecffe06..b923a59355c 100644 --- a/src/mongo/shell/kms_aws.cpp +++ b/src/mongo/shell/kms_aws.cpp @@ -449,7 +449,7 @@ public: } }; -} // namspace +} // namespace MONGO_INITIALIZER(KMSRegister)(::mongo::InitializerContext* context) { kms_message_init(); |