From e1933f5b1eb31e0c6904d675879fcced3c4c1520 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 20 Mar 2024 14:11:30 +0200 Subject: [PATCH] Update include/evse_security/evse_security.hpp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Piet Gömpel <37657534+Pietfried@users.noreply.github.com> Signed-off-by: John --- include/evse_security/evse_security.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/evse_security/evse_security.hpp b/include/evse_security/evse_security.hpp index 883be1c..dfa2c96 100644 --- a/include/evse_security/evse_security.hpp +++ b/include/evse_security/evse_security.hpp @@ -114,7 +114,7 @@ class EvseSecurity { /// @brief Retrieves the certificate count applying the \p certificate_types filter. int get_count_of_installed_certificates(const std::vector& certificate_types); - /// @brief Command to retrieve the OCSP request data of the V2G certificates (V2G leaf and possibly SubCAs) + /// @brief Command to retrieve the OCSP request data of the V2G certificates (SubCAs and possibly V2G leaf) /// @return contains OCSP request data OCSPRequestDataList get_v2g_ocsp_request_data();