I see the PR is changing the prototype of ki_jwt_generate() function by adding a new
parameter. However that is exported to KEMI and expects the same number of parameters as
so far.
You can rename ki_jwt_generate() to ki_jwt_generate_hdrs() and add the new parameter, then
re-add ki_jwt_generate() as a wrapper to ki_jwt_generate_hdrs() calling it with the new
parameter being NULL.
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/2971#issuecomment-992212886