File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 22- http: report errors when curl_easy_setopt fails and improve macro usage
33- code: declare enum members as int so they can be set to OIDC_CONFIG_POS_INT_UNSET without warning
44- code: declare memcache members as int so they can be set to OIDC_CONFIG_POS_INT_UNSET without warning
5+ - code: declare introspection_endpoint_method member as int so it can be set to OIDC_CONFIG_POS_INT_UNSET without warning
56
6712/15/2024
78- add Coverity Github action
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ struct oidc_oauth_t {
5959 char * client_secret ;
6060
6161 char * introspection_endpoint_url ;
62- oidc_oauth_introspection_endpoint_method_t introspection_endpoint_method ;
62+ int introspection_endpoint_method ;
6363 char * introspection_token_param_name ;
6464 char * introspection_endpoint_params ;
6565 char * introspection_endpoint_auth ;
You can’t perform that action at this time.
0 commit comments