summaryrefslogtreecommitdiff
path: root/http.c
diff options
context:
space:
mode:
Diffstat (limited to 'http.c')
-rw-r--r--http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/http.c b/http.c
index 4f9b4b4..33ed53d 100644
--- a/http.c
+++ b/http.c
@@ -120,7 +120,7 @@ xs_dict *http_signed_request(snac *snac, const char *method, const char *url,
120} 120}
121 121
122 122
123int check_signature(snac *user, xs_dict *req, xs_str **err) 123int check_signature(xs_dict *req, xs_str **err)
124/* check the signature */ 124/* check the signature */
125{ 125{
126 char *sig_hdr = xs_dict_get(req, "signature"); 126 char *sig_hdr = xs_dict_get(req, "signature");