mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
Correcting wrong function name in header file
This commit is contained in:
parent
a99b9545e8
commit
5371621d48
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ struct lws_jwt_sign_info {
|
|||
};
|
||||
|
||||
/**
|
||||
* lws_jwt_sign_compact() - generate a compact JWT using a key and JOSE header
|
||||
* lws_jwt_sign_via_info() - generate a compact JWT using a key and JOSE header
|
||||
*
|
||||
* \param ctx: the lws_context
|
||||
* \param jwk: the signing key
|
||||
|
|
Loading…
Add table
Reference in a new issue