diff --git a/fizz/server/ServerProtocol.cpp b/fizz/server/ServerProtocol.cpp index 5668f346ee1..ad5256b4275 100644 --- a/fizz/server/ServerProtocol.cpp +++ b/fizz/server/ServerProtocol.cpp @@ -516,7 +516,7 @@ static ResumptionStateResult getResumptionState( } } -Future getReplayCacheResult( +static Future getReplayCacheResult( const ClientHello& chlo, bool zeroRttEnabled, ReplayCache* replayCache) {