Skip to content

Commit

Permalink
Updated deps
Browse files Browse the repository at this point in the history
Signed-off-by: AssemblyJohn <[email protected]>
  • Loading branch information
AssemblyJohn committed May 3, 2024
1 parent 012868c commit 116a122
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ websocketpp:
cmake_condition: "LIBOCPP_ENABLE_DEPRECATED_WEBSOCKETPP"
libevse-security:
git: https://github.com/EVerest/libevse-security.git
git_tag: d6e71cf
git_tag: b56760f
libwebsockets:
git: https://github.com/warmcat/libwebsockets.git
git_tag: v4.3.3
Expand Down
2 changes: 1 addition & 1 deletion tests/evse_security_mock.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class EvseSecurityMock : public EvseSecurity {
MOCK_METHOD(std::vector<OCSPRequestData>, get_mo_ocsp_request_data, (const std::string&), (override));
MOCK_METHOD(void, update_ocsp_cache, (const CertificateHashDataType&, const std::string&), (override));
MOCK_METHOD(bool, is_ca_certificate_installed, (const CaCertificateType&), (override));
MOCK_METHOD(std::string, generate_certificate_signing_request,
MOCK_METHOD(std::optional<std::string>, generate_certificate_signing_request,
(const CertificateSigningUseEnum&, const std::string&, const std::string&, const std::string&, bool),
(override));
MOCK_METHOD(std::optional<CertificateInfo>, get_leaf_certificate_info, (const CertificateSigningUseEnum&, bool),
Expand Down

0 comments on commit 116a122

Please sign in to comment.