diff options
author | Raquel Medina <raquel.medina@konsulko.com> | 2019-02-15 17:10:40 +0200 |
---|---|---|
committer | Raquel Medina <raquel.medina@konsulko.com> | 2019-02-18 05:41:52 +0200 |
commit | 8f64868f9edd313eaee9a73abc3f79110da5f132 (patch) | |
tree | f3ac89b3a3dfa2a201186e93cb7c00357d29fec3 /src/curl-wrap.h | |
parent | d164f55eb32887db04fd2b263345a93b6f0d87e8 (diff) |
binding: identity: fix segfault & update to v3 forgerock binding calls
On user login via nfc, the identity service segfaults on nfc event
processing. Fix segfault, update forgerock compilation unit to use
binding V3 call methods and review the identity agent baseline to
remove unused code / tidy up.
Bug-AGL: SPEC-2158
Change-Id: Ic87e630e9d028ba22937468375631b8e908011f8
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
Diffstat (limited to 'src/curl-wrap.h')
-rw-r--r-- | src/curl-wrap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/curl-wrap.h b/src/curl-wrap.h index 2e44f47..dcdcef3 100644 --- a/src/curl-wrap.h +++ b/src/curl-wrap.h @@ -20,9 +20,6 @@ #include <curl/curl.h> -extern char *curl_wrap_url (const char *base, const char *path, - const char *const *query, size_t * size); - extern int curl_wrap_perform (CURL * curl, char **result, size_t * size); extern void curl_wrap_do(CURL *curl, void (*callback)(void *closure, int status, CURL *curl, const char *result, size_t size), void *closure); |