Refactoring

This commit is contained in:
Ahmed Yarub Hani Al Nuaimi
2021-09-09 10:08:30 -03:00
parent a552d1cc95
commit 9271886c7d
6 changed files with 40 additions and 28 deletions

View File

@@ -1,5 +1,6 @@
#include "authn_plugin_util.h"
#include <errno.h>
#include "include/utils.h"
int shc_request(char **p_http_response, int *p_http_response_length, char *type, const char *url, sslConfig_t * sc, list_t * apiKeys, list_t * contentType, char *post_data)
{