Skip to content

Commit

Permalink
Dependencies, feedback
Browse files Browse the repository at this point in the history
Signed-off-by: AssemblyJohn <[email protected]>
  • Loading branch information
AssemblyJohn committed Feb 3, 2025
1 parent be69f8d commit 6c7e249
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ libcbv2g:
# libiso15118
libiso15118:
git: https://github.com/EVerest/libiso15118.git
git_tag: 7b260c11756f1e15d619915d72f05a9022d0e263
git_tag: 7582ef63f1e7cdfdf2851195b9fae7c1b2af6df8
cmake_condition: "EVEREST_DEPENDENCY_ENABLED_LIBISO15118"

# LEM DCBM 400/600 module
Expand Down
4 changes: 1 addition & 3 deletions modules/Evse15118D20/Evse15118D20.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ struct Conf {
std::string device;
std::string certificate_path;
std::string logging_path;
std::string tls_negotiation_strategy;
// TODO(ioan): remove this since it's received from the sec module
std::string private_key_password;
std::string tls_negotiation_strategy;
bool enable_ssl_logging;
bool enable_tls_key_logging;
bool enable_sdp_server;
Expand Down
3 changes: 0 additions & 3 deletions modules/Evse15118D20/charger/ISO15118_chargerImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,7 @@ void ISO15118_chargerImpl::ready() {
}

const auto& certificate_info = certificate_response.info.value();

std::optional<std::string> private_key_password;
std::string path_chain;
std::string path_key;

if (certificate_info.certificate.has_value()) {
path_chain = certificate_info.certificate.value();
Expand Down

0 comments on commit 6c7e249

Please sign in to comment.