Skip to content

Commit

Permalink
Update lib/ocpp/common/websocket/websocket_tls_tpm.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: barsnick <[email protected]>
Signed-off-by: Kai Hermann <[email protected]>
  • Loading branch information
hikinggrass and barsnick authored Dec 22, 2023
1 parent 81dd5c9 commit 59ca07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ocpp/common/websocket/websocket_tls_tpm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ static void create_sec_context(bool use_tpm, OSSL_LIB_CTX*& out_libctx, SSL_CTX*
}

if (!OSSL_PROVIDER_self_test(prov_tpm2)) {
EVLOG_AND_THROW(std::runtime_error("Can not self-test provider tpm2."));
EVLOG_AND_THROW(std::runtime_error("Could not self-test provider tpm2."));
}

if ((prov_default = OSSL_PROVIDER_load(libctx, "default")) == nullptr) {
Expand Down

0 comments on commit 59ca07e

Please sign in to comment.