summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFaustoleyva54 <fausto.leyva@mongodb.com>2021-10-18 20:32:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-10-19 21:58:35 +0000
commit9132d03b55ce75e0832bef7cfeed3e06b52fecfa (patch)
treee6a2537ec467d9b0db5c69baf101e5c5d870866f
parent51edd71ffce2836fc294250ec1b795582bccde3c (diff)
downloadmongo-9132d03b55ce75e0832bef7cfeed3e06b52fecfa.tar.gz
SERVER-60391 Remove CreateKeyEntropySource initializer
-rw-r--r--src/mongo/crypto/symmetric_crypto.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/crypto/symmetric_crypto.cpp b/src/mongo/crypto/symmetric_crypto.cpp
index fc26c3f1bc6..bb57d35e90a 100644
--- a/src/mongo/crypto/symmetric_crypto.cpp
+++ b/src/mongo/crypto/symmetric_crypto.cpp
@@ -47,7 +47,6 @@
namespace mongo {
namespace crypto {
-MONGO_INITIALIZER(CreateKeyEntropySource)(InitializerContext* context) {}
MONGO_INITIALIZER(CryptographyInitialized)(InitializerContext* context) {}
size_t aesGetIVSize(crypto::aesMode mode) {