Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Get rid of useless move when assigning echRandom
Summary: The `Random` is simply a std::array<unsigned char, 32>. `std::move(...)` doesn't do anything special here other than a copy. Remove the `std::move()` when assigning echRandom, as this confuses linters into believing a use-after-move has taken place later on in `constructEncryptedClientHello`. Reviewed By: zxjtan Differential Revision: D66211653 fbshipit-source-id: 0b0e4c2f96103ff5c698e9bdd915278ce35ab3a8
- Loading branch information