1
0
Fork 0
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:
Rob Peters 2022-11-03 08:01:44 +01:00 committed by Andy Green
parent a99b9545e8
commit 5371621d48

View file

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