feat: use mocked values for now

This commit is contained in:
Mudit Vats
2021-03-31 11:26:27 -07:00
parent 6eecea264e
commit b6e761fffc
3 changed files with 11 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ bool shbc_create_response(std::string cert_algo, std::string cert_hash, std::str
{
web::json::value msg;
utility::string_t tmp = utility::conversions::convertstring("response_secure_config");
utility::string_t tmp = utility::conversions::convertstring("secure_config_response");
msg[U("method")] = web::json::value::string(tmp);
tmp = utility::conversions::convertstring("");