summaryrefslogtreecommitdiff
path: root/src/mongo/crypto/fle_crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/crypto/fle_crypto.h')
-rw-r--r--src/mongo/crypto/fle_crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mongo/crypto/fle_crypto.h b/src/mongo/crypto/fle_crypto.h
index d1281d0e903..298092c8bec 100644
--- a/src/mongo/crypto/fle_crypto.h
+++ b/src/mongo/crypto/fle_crypto.h
@@ -586,6 +586,8 @@ public:
uint64_t maxContentionFactor,
const FLE2RangeFindSpec& spec);
+ static FLE2FindRangePayload serializeFindRangeStub(const FLE2RangeFindSpec& spec);
+
/**
* Generates a client-side payload that is sent to the server.
*