mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-09 00:00:04 +01:00
crypto: openssl: use EVP hmac objects directly
This commit is contained in:
parent
9123ca6bef
commit
849b20e594
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ int main(int argc, const char **argv)
|
|||
if (lws_jwe_json_parse(&jwe, (uint8_t *)in, n,
|
||||
lws_concat_temp(temp, temp_len),
|
||||
&temp_len)) {
|
||||
lwsl_err("%s: lws_jws_compact_decode failed\n",
|
||||
lwsl_err("%s: lws_jwe_json_parse failed\n",
|
||||
__func__);
|
||||
goto bail1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue