Skip to content

Commit

Permalink
aws: account for RandomAPI change
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Stipakov <[email protected]>
  • Loading branch information
lstipakov committed Jun 26, 2024
1 parent dca4190 commit 5022f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/aws/awsroute.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Route
public:
Context(PCQuery::Info instance_info_arg,
Creds creds_arg,
RandomAPI::Ptr rng,
StrongRandomAPI::Ptr rng,
Stop *async_stop_arg,
const int debug_level)
: instance_info(std::move(instance_info_arg)),
Expand Down

0 comments on commit 5022f30

Please sign in to comment.