1
0
Fork 0
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:
Andy Green 2019-01-29 13:11:17 +08:00
parent 9123ca6bef
commit 849b20e594

View file

@ -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;
}